projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89c5c3d
)
DLL export yaz_match_glob
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 May 2010 14:11:02 +0000
(16:11 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 19 May 2010 14:11:02 +0000
(16:11 +0200)
include/yaz/match_glob.h
patch
|
blob
|
history
diff --git
a/include/yaz/match_glob.h
b/include/yaz/match_glob.h
index
6ff7eaf
..
a06e02e
100644
(file)
--- 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