]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lib.h
XML: Fixed reporting of characters via the PULL interface.
[libucw.git] / lib / lib.h
index 7ae7002b10ac5fbec00ff0324b29894517ff6639..f8659ed192a3b276fd604b1ba884d367d11476b7 100644 (file)
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -164,8 +164,8 @@ int match_ct_patt(const char *, const char *);
 
 /* wordsplit.c */
 
-int sepsplit(byte *str, uns sep, byte **rec, uns max);
-int wordsplit(byte *str, byte **rec, uns max);
+int sepsplit(char *str, uns sep, char **rec, uns max);
+int wordsplit(char *str, char **rec, uns max);
 
 /* pat(i)match.c: Matching of shell patterns */