X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-iconv.h;h=5eacbd760e5d97e407f84f39f74af7cf8eedb427;hb=60a702f390f7e2addfdab79f2328db3ba2897c8b;hp=a039280ab68de2b0d0990acbe7b49eb66335826f;hpb=4d531a1a9131d69c3b6c27fbac42837e22cff61c;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-iconv.h b/include/yaz/yaz-iconv.h index a039280..5eacbd7 100644 --- a/include/yaz/yaz-iconv.h +++ b/include/yaz/yaz-iconv.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-2003, Index Data. + * Copyright (C) 1995-2005, Index Data ApS * * 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,12 +23,19 @@ * 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.7 2005-01-15 19:47:10 adam Exp $ + */ +/** + * \file yaz-iconv.h + * \brief Header for YAZ iconv interface */ #ifndef YAZ_ICONV_H #define YAZ_ICONV_H +#include +#include + YAZ_BEGIN_CDECL typedef struct yaz_iconv_struct *yaz_iconv_t; @@ -49,6 +56,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