X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fmatch_glob.h;h=0f8dc8f35fb0abdb0eff294558f38875b249a65c;hb=7efed25c2ed807d32001e749f87f2eb300548c22;hp=6ff7eaf97fa7d00b586791194df1637195fbf5a1;hpb=88d3bedf772316f87e1996f655ccf8d1e2589755;p=yaz-moved-to-github.git diff --git a/include/yaz/match_glob.h b/include/yaz/match_glob.h index 6ff7eaf..0f8dc8f 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-2010 Index Data. + * Copyright (C) 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