Removed the -noeditor switches and made them replaceable by `-editor ""'.
[mmh] / h / prototypes.h
index 973da67..20820b5 100644 (file)
@@ -28,7 +28,7 @@ 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 *);
@@ -85,8 +85,6 @@ void push(void);
 char *pwd(void);
 char *mhbasename(char *);
 void readconfig(struct node **, FILE *, char *, int);
-int refile(char **, char *);
-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 *);
@@ -121,7 +119,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 *);
 
 /*