X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=a9e081d289fb87d802f870a794ef97ca06ffc221;hp=ba33a03c593c2c03327e8b13883815171160a252;hb=68af8da96bea87a5541988870130b6209ce396f6;hpb=412b2e54251ff6e20537f83b95c8ee76ea8c5c40 diff --git a/h/prototypes.h b/h/prototypes.h index ba33a03..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); @@ -85,7 +84,6 @@ void push(void); char *pwd(void); char *mhbasename(char *); void readconfig(struct node **, FILE *, char *, int); -void ruserpass(char *, char **, char **); int seq_addmsg(struct msgs *, char *, int, int, int); int seq_addsel(struct msgs *, char *, int, int); char *seq_bits(struct msgs *); @@ -120,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 *); /*