X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fyaz-iconv.h;h=322f7f71fb3daf781f1b1d7986dc5bda3fafd87c;hp=a039280ab68de2b0d0990acbe7b49eb66335826f;hb=c620a713f1418315efcd4e6fab225e036775d365;hpb=06670a04cc9789bc938174a5e99ddaff97386867 diff --git a/include/yaz/yaz-iconv.h b/include/yaz/yaz-iconv.h index a039280..322f7f7 100644 --- a/include/yaz/yaz-iconv.h +++ b/include/yaz/yaz-iconv.h @@ -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.2 2003-01-06 08:20:27 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