X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Flib.h;h=f8659ed192a3b276fd604b1ba884d367d11476b7;hb=ab3b3f178718c0ae7b5738e987e350537574d2e6;hp=7ae7002b10ac5fbec00ff0324b29894517ff6639;hpb=69808c861b8df0745bd0bc93793f558e0055da7e;p=libucw.git diff --git a/lib/lib.h b/lib/lib.h index 7ae7002b..f8659ed1 100644 --- 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 */