X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=d9b105b2de8da6ff82292b68c1f38055a3a591de;hp=0b191f06412355fc272ec82acb4f014acce3a8fc;hb=c8195849d2e366c569271abb0f5f60f4ebf0b4d0;hpb=b0b1dd37ff515578cf7cba51625189eb34a196cb diff --git a/h/prototypes.h b/h/prototypes.h index 0b191f0..d9b105b 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -136,22 +136,21 @@ 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); +int annotate(char *, char *, char *, 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, int, +void replout(FILE *, char *, char *, struct msgs *, int, char *, char *, char *); -int sendsbr(char **, int, char *, struct stat *, int, char *, 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);