From f3700fe68a59e969d9ef1f98e1748e10f4a80471 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 May 2010 16:11:02 +0200 Subject: [PATCH] DLL export yaz_match_glob --- include/yaz/match_glob.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/yaz/match_glob.h b/include/yaz/match_glob.h index 6ff7eaf..a06e02e 100644 --- a/include/yaz/match_glob.h +++ b/include/yaz/match_glob.h @@ -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 -- 1.7.10.4