Doxyfile file description. Indentation. No change of code.
[yaz-moved-to-github.git] / include / yaz / yaz-iconv.h
index 5b4dd5f..86cbf08 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1995-2002, Index Data.
+ * Copyright (c) 1995-2004, 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,
  * 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.5 2004-10-15 00:18:59 adam Exp $
+ */
+/**
+ * \file yaz-iconv.h
+ * \brief Header for YAZ iconv interface
  */
 
 #ifndef YAZ_ICONV_H
 #define YAZ_ICONV_H
 
+#include <yaz/yconfig.h>
+
 YAZ_BEGIN_CDECL
 
 typedef struct yaz_iconv_struct *yaz_iconv_t;
@@ -49,6 +55,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