X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=h%2Fprototypes.h;h=26b21073561f006f5b3728fc1279a209adda2b2e;hp=d80ab5a585958c49b8c0972635f7e4e99287edb1;hb=88d0e7601d67f8212791482433dcda4cb9d3eaac;hpb=8ff284ff9167eff8f5349481529332d59ed913b1 diff --git a/h/prototypes.h b/h/prototypes.h index d80ab5a..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, 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);