No unsigned char's in public API (except for iconv)
[yaz-moved-to-github.git] / src / odr_util.c
index 6efa6c0..a5c64d6 100644 (file)
@@ -26,7 +26,7 @@ void odr_prname(ODR o, const char *name)
         odr_printf(o, "%s ", name);
 }
 
-int odp_more_chunks(ODR o, const unsigned char *base, int len)
+int odp_more_chunks(ODR o, const char *base, int len)
 {
     if (!len)
         return 0;