]> diplodocus.org Git - nmh/commitdiff
aliasbr.c: Remove duplicate prototypes. Others in aliasbr.h.
authorRalph Corderoy <ralph@inputplus.co.uk>
Mon, 28 Aug 2017 11:45:32 +0000 (12:45 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Mon, 28 Aug 2017 11:45:32 +0000 (12:45 +0100)
uip/aliasbr.c

index ed347b67441493f38d80929d553362c2390144ca..e5163a016a1ba95811e2dc249a685062e585422e 100644 (file)
@@ -20,12 +20,6 @@ struct aka *akatail = NULL;
 /*
  * prototypes
  */
-int alias (char *);
-int akvisible (void);
-char *akresult (struct aka *);
-char *akvalue (char *);
-char *akerror (int);
-
 static  char *akval (struct aka *, char *);
 static bool aleq (char *, char *) PURE;
 static char *scanp (char *) PURE;