X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=7c105f628e81c021eff3ae71dda83198548f418c;hb=f0bc769234fcf8b42c0ea8e8155d37524fe92400;hp=ff38dd39eab5cf2b8c3851983b26d54f63d8a54e;hpb=88a0787554de9c618e657c31940e734178a25730;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index ff38dd3..7c105f6 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 *); @@ -118,10 +117,7 @@ int unputenv(char *); int uprf(char *, char *); int vfgets(FILE *, char **); char *write_charset_8bit(void); - -#ifdef RPATHS int get_returnpath(char *, int, char *, int); -#endif /* ** prototypes for compatibility functions in library @@ -149,6 +145,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);