X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0569d6d1631dc90d4f2f2df6bdd0599c7ecc7814..6e4254784c387c1e0c966e1977561d4bd05dfbd3:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 7e8948ed..a91418e2 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -107,7 +107,7 @@ int seq_delmsg (struct msgs *, char *, int); int seq_delsel (struct msgs *, char *, int, int); int seq_getnum (struct msgs *, char *); char *seq_list (struct msgs *, char *); -int seq_nameok (char *); +int seq_nameok (unsigned char *); void seq_print (struct msgs *, char *); void seq_printall (struct msgs *); void seq_read (struct msgs *); @@ -120,7 +120,7 @@ int smatch(char *, struct swit *); char *snprintb (char *, size_t, unsigned, char *); int ssequal (char *, char *); int stringdex (char *, char *); -char *trimcpy (char *); +char *trimcpy (unsigned char *); int unputenv (char *); int uprf (char *, char *); int vfgets (FILE *, char **);