X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=4a74bec53e7ce7293c62d6b36e880d88f6f6ae96;hp=4d93d9b3bffe4f2190c01e6da7fd3088120e5bf5;hb=e954d689b5adafa4ec74e7dbd1e087dbf998f6d6;hpb=33dc8211a72df0c27fa11220f3b27583cd1c7e49 diff --git a/h/prototypes.h b/h/prototypes.h index 4d93d9b..4a74bec 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -80,7 +80,7 @@ void m_unknown(FILE *); int makedir(char *); char *nmh_getpass(const char *); char *norm_charmap(char *); -char *new_fs(char *, char *, char *); +char *new_fs(char *, char *); int peekc(FILE *ib); int pidwait(pid_t, int); int pidstatus(int, FILE *, char *); @@ -118,10 +118,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 @@ -136,24 +133,14 @@ int strncasecmp(const char *s1, const char *s2, size_t n); /* -** some prototypes for address parsing system -** (others are in addrsbr.h) -*/ -char *LocalName(void); -char *SystemName(void); -char *OfficialName(char *); - -/* ** prototypes for some routines in uip */ int annotate(char *, char *, char *, int, int, int, int); void annolist(char *, char *, char *, int); void annopreserve(int); int distout(char *, char *, char *); -void replout(FILE *, char *, char *, struct msgs *, int, - char *, char *, char *); int what_now(char *, int, int, char *, char *, int, struct msgs *, - char *, int, char *); + char *, char *); /* ** from the former mts.h