X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=61e2c4912849b0c984a4c41400c9643af0909c69;hb=9bc048fdbfba0a5330b5b447e4f4c8c8b11ee7be;hp=a078dc527aca9662f3414d1f0a9abf1616b37e4a;hpb=83e04675b53374a1436029a367283d6d4ee05a07;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index a078dc5..61e2c49 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -47,7 +47,6 @@ int default_done(int); char *expandfol(char *); char *expanddir(char *); int ext_hook(char *, char *, char *); -int fdcompare(int, int); int folder_addmsg(struct msgs **, char *, int, int, int, int, char *); int folder_delmsgs(struct msgs *, int, int); void folder_free(struct msgs *); @@ -81,7 +80,6 @@ int makedir(char *); char *nmh_getpass(const char *); char *norm_charmap(char *); char *new_fs(char *, char *); -int peekc(FILE *ib); int pidwait(pid_t, int); int pidstatus(int, FILE *, char *); void print_help(char *, struct swit *, int);