X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=h%2Fprototypes.h;h=cd282b0fe74102b3c9464796100779afa9fb2239;hb=f91306c3767cfdca47dd84ab865947c9dda9a745;hp=9425b6d4e2eef0097d7d6c6d9bd248779b1d1c7e;hpb=c42222869e318fff5dec395eca3e776db3075455;p=mmh diff --git a/h/prototypes.h b/h/prototypes.h index 9425b6d..cd282b0 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -136,14 +136,6 @@ 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); @@ -154,3 +146,11 @@ 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 *); + +/* +** from the former mts.h +*/ +char *LocalName(void); /* hostname */ +char *SystemName(void); +char *getusername(void); +char *getfullname(void);