X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=ff38dd39eab5cf2b8c3851983b26d54f63d8a54e;hp=699c8b8ba9bf1a94cfb2df034ba5365e12efaf19;hb=88a0787554de9c618e657c31940e734178a25730;hpb=869aa60129811d7b160f353892dc5956a8aaac22 diff --git a/h/prototypes.h b/h/prototypes.h index 699c8b8..ff38dd3 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 *); @@ -136,22 +136,19 @@ 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 sendsbr(char **, int, char *, struct stat *, int); int what_now(char *, int, int, char *, char *, int, struct msgs *, - char *, int, char *); + char *, char *); + +/* +** from the former mts.h +*/ +char *LocalName(void); /* hostname */ +char *SystemName(void); +char *getusername(void); +char *getfullname(void);