X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-util.h;h=5139f37dc2c1c3174aebce3f0949938d4c341c9f;hb=9841cfd6e74acdc325bf5158fddf0b3cc2d82fab;hp=10c40fe7258dad32835faccd1b0afdfd18378584;hpb=afd0e366dc8b6305e9795da94afc5c8f1ead0580;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-util.h b/include/yaz/yaz-util.h index 10c40fe..5139f37 100644 --- a/include/yaz/yaz-util.h +++ b/include/yaz/yaz-util.h @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: yaz-util.h,v 1.5 2002-10-04 19:06:36 adam Exp $ + * $Id: yaz-util.h,v 1.6 2002-12-10 10:59:28 adam Exp $ */ #ifndef YAZ_UTIL_H @@ -35,6 +35,8 @@ YAZ_EXPORT int yaz_iconv_error (yaz_iconv_t cd); YAZ_EXPORT int yaz_iconv_close (yaz_iconv_t cd); +YAZ_EXPORT int yaz_iconv_isbuiltin(yaz_iconv_t cd); + YAZ_EXPORT int yaz_matchstr(const char *s1, const char *s2); YAZ_END_CDECL