]> git.marmaro.de Git - mmh/blobdiff - h/prototypes.h
Annotations will always be done inplace from now on.
[mmh] / h / prototypes.h
index 4d93d9b3bffe4f2190c01e6da7fd3088120e5bf5..d9b105b2de8da6ff82292b68c1f38055a3a591de 100644 (file)
@@ -135,25 +135,17 @@ int mh_strcasecmp(const char *s1, const char *s2);
 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 what_now(char *, int, int, char *, char *, int, struct msgs *,
-               char *, int, char *);
+               char *, char *);
 
 /*
 ** from the former mts.h