X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fyaz-util.h;fp=include%2Fyaz-util.h;h=5446824e87a4fa64bdea57053cc2dc303ad13421;hb=bf4149c63ad2e11429e302a89f472de52b4d7ce8;hp=92a80b28e079edd03a5873451214c1fea7b4a172;hpb=73664b466cb0c5e9478b4af7c5d4ebed1f2db49e;p=yaz-moved-to-github.git diff --git a/include/yaz-util.h b/include/yaz-util.h index 92a80b2..5446824 100644 --- a/include/yaz-util.h +++ b/include/yaz-util.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: yaz-util.h,v $ - * Revision 1.2 1996-02-20 17:58:09 adam + * Revision 1.3 1997-05-14 06:53:54 adam + * C++ support. + * + * Revision 1.2 1996/02/20 17:58:09 adam * Added const to yaz_matchstr. * * Revision 1.1 1996/02/20 16:32:49 quinn @@ -16,6 +19,14 @@ #ifndef YAZ_UTIL_H #define YAZ_UTIL_H +#ifdef __cplusplus +extern "C" { +#endif + int yaz_matchstr(const char *s1, const char *s2); +#ifdef __cplusplus +} +#endif + #endif