X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fmatch_glob.h;h=9a1441208320c9d4abe9225aa578abf9ad8e0e9e;hb=23f92b53dea1b39e91cfeb46f1313583828fd320;hp=b047ef02cb4e9b5d16092a90665d68d221847cf5;hpb=379504a233e3e2cc85bca1e7b6d864f1395aec7c;p=yaz-moved-to-github.git diff --git a/include/yaz/match_glob.h b/include/yaz/match_glob.h index b047ef0..9a14412 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-2009 Index Data. + * Copyright (C) 1995-2012 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: @@ -46,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