Folded fileproc to constant `refile'.
[mmh] / h / prototypes.h
index 0e608d0..ba33a03 100644 (file)
@@ -45,7 +45,7 @@ char *expandfol(char *);
 char *expanddir(char *);
 int ext_hook(char *, char *, char *);
 int folder_addmsg(struct msgs **, char *, int, int, int, int, char *);
-int folder_delmsgs(struct msgs *, int, int);
+int folder_delmsgs(struct msgs *, int);
 void folder_free(struct msgs *);
 struct msgs *folder_read(char *);
 struct msgs *folder_realloc(struct msgs *, int, int);
@@ -85,7 +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);