X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=a9e081d289fb87d802f870a794ef97ca06ffc221;hb=08143f93922ca7b651f5c01bcd0917144ed770e9;hp=f2c4652aefd3f9cb19c6a8f74804eca7941515bd;hpb=55e1d8c654ee0f7c45b9361ce34617983b454c32;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index f2c4652..a9e081d 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -28,11 +28,10 @@ void advertise(char *, char *, char *, va_list); void advise(char *, char *, ...); void ambigsw(char *, struct swit *); char **brkstring(char *, char *, char *); -int check_charset(char *, int); +int is_native_charset(char *); char *concat(char *, ...); int context_del(char *); char *context_find(char *); -int context_foil(char *); void context_read(void); void context_replace(char *, char *); void context_save(void); @@ -119,7 +118,7 @@ int strncasecmp(const char *s1, const char *s2, size_t n); ** prototypes for some routines in uip */ int distout(char *, char *, char *); -int what_now(char *, int, int, char *, char *, int, struct msgs *, +int what_now(char *, int, char *, char *, int, struct msgs *, char *, char *); /*