More debugging tools for yaz_iconv
[yaz-moved-to-github.git] / include / yaz / yaz-util.h
index 10c40fe..5139f37 100644 (file)
@@ -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