X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=f2c4652aefd3f9cb19c6a8f74804eca7941515bd;hb=0e46503be3c855bddaeae3843e1b659279c35d70;hp=0e608d007909961cc85e61034741da44bbf1a0f8;hpb=1e588a59440aa1bee55c8d6d69003059c1d2af97;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 0e608d0..f2c4652 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -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,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 *);