X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=61e2c4912849b0c984a4c41400c9643af0909c69;hb=9bc048fdbfba0a5330b5b447e4f4c8c8b11ee7be;hp=4a74bec53e7ce7293c62d6b36e880d88f6f6ae96;hpb=e954d689b5adafa4ec74e7dbd1e087dbf998f6d6;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 4a74bec..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); @@ -146,6 +144,5 @@ int what_now(char *, int, int, char *, char *, int, struct msgs *, ** from the former mts.h */ char *LocalName(void); /* hostname */ -char *SystemName(void); char *getusername(void); char *getfullname(void);