DLL export yaz_match_glob
[yaz-moved-to-github.git] / include / yaz / match_glob.h
index b047ef0..a06e02e 100644 (file)
@@ -1,5 +1,5 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2009 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:
@@ -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