X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fmatch_glob.h;h=a06e02e8e64ef4f375a322d09361de21b5fb9e82;hp=9cf19a749d4b4ae6db85cc5b6fb0bb7b41adb195;hb=f3700fe68a59e969d9ef1f98e1748e10f4a80471;hpb=ee6ab2ee3a9ee1a8c65d7272ec7fba1d886f5af0 diff --git a/include/yaz/match_glob.h b/include/yaz/match_glob.h index 9cf19a7..a06e02e 100644 --- a/include/yaz/match_glob.h +++ b/include/yaz/match_glob.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2008 Index Data. + * Copyright (C) 1995-2010 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -24,7 +24,6 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: match_glob.h,v 1.1 2007-10-24 13:50:02 adam Exp $ */ /** \file \brief Glob expression matcher @@ -47,6 +46,7 @@ YAZ_BEGIN_CDECL * (any number of any char) * (zero or more) */ +YAZ_EXPORT int yaz_match_glob(const char *glob, const char *text); YAZ_END_CDECL @@ -55,6 +55,7 @@ YAZ_END_CDECL /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab