X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-iconv.h;h=322f7f71fb3daf781f1b1d7986dc5bda3fafd87c;hb=a834d92665e792c011e86d5603968ab31237575a;hp=5b4dd5f0d4b08f8b03b8197929e57b92abf0ac58;hpb=1121eeb134f61c6c2510143858db59045c1b6757;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-iconv.h b/include/yaz/yaz-iconv.h index 5b4dd5f..322f7f7 100644 --- a/include/yaz/yaz-iconv.h +++ b/include/yaz/yaz-iconv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2002, Index Data. + * Copyright (c) 1995-2003, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: yaz-iconv.h,v 1.1 2002-12-16 13:13:53 adam Exp $ + * $Id: yaz-iconv.h,v 1.3 2003-02-12 15:06:43 adam Exp $ */ #ifndef YAZ_ICONV_H @@ -49,6 +49,8 @@ YAZ_EXPORT int yaz_iconv_isbuiltin(yaz_iconv_t cd); YAZ_EXPORT int yaz_matchstr(const char *s1, const char *s2); +YAZ_EXPORT int yaz_strcmp_del(const char *a, const char *b, const char *b_del); + YAZ_END_CDECL #endif