X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=26b21073561f006f5b3728fc1279a209adda2b2e;hp=699c8b8ba9bf1a94cfb2df034ba5365e12efaf19;hb=88d0e7601d67f8212791482433dcda4cb9d3eaac;hpb=869aa60129811d7b160f353892dc5956a8aaac22 diff --git a/h/prototypes.h b/h/prototypes.h index 699c8b8..26b2107 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -136,22 +136,20 @@ 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, - char *, char *, char *); -int sendsbr(char **, int, char *, struct stat *, int); +void replout(FILE *, char *, char *, struct msgs *, int, char *, char *); 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);