No unsigned char's in public API (except for iconv)
[yaz-moved-to-github.git] / src / comstack.c
index 1755fc7..0c502f8 100644 (file)
@@ -427,7 +427,7 @@ static int cs_complete_auto_x(const char *buf, int len, int head_only)
         int r = cs_complete_http(buf, len, head_only);
         return r;
     }
-    return completeBER((const unsigned char *) buf, len);
+    return completeBER(buf, len);
 }