]> git.marmaro.de Git - mmh/blobdiff - h/prototypes.h
Removed unnecessary prototypes.
[mmh] / h / prototypes.h
index 699c8b8ba9bf1a94cfb2df034ba5365e12efaf19..cd282b0fe74102b3c9464796100779afa9fb2239 100644 (file)
@@ -135,14 +135,6 @@ int mh_strcasecmp(const char *s1, const char *s2);
 int strncasecmp(const char *s1, const char *s2, size_t n);
 
 
 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
 */
 /*
 ** prototypes for some routines in uip
 */
@@ -152,6 +144,13 @@ void annopreserve(int);
 int distout(char *, char *, char *);
 void replout(FILE *, char *, char *, struct msgs *, int,
                char *, char *, char *);
 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 *);
 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);