X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmatch_glob.c;h=2fa028a0fbd6e5689826e9a077e04541aa012e97;hb=03dccce903176e61f889b1558834aa5a09f9f8c0;hp=343088351ce45bc1252b9e2a5dba40cdcf9f175e;hpb=bbd768abbf09c38b0438e0186e50f3560b372dd9;p=yaz-moved-to-github.git diff --git a/src/match_glob.c b/src/match_glob.c index 3430883..2fa028a 100644 --- a/src/match_glob.c +++ b/src/match_glob.c @@ -1,19 +1,17 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. - * - * $Id: match_glob.c,v 1.1 2007-10-24 13:50:02 adam Exp $ */ - /** * \file * \brief Glob expression match */ - +#if HAVE_CONFIG_H +#include +#endif #include #include -#include #include #include @@ -42,6 +40,7 @@ int yaz_match_glob(const char *glob, const char *text) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab