From: Ralph Corderoy Date: Mon, 28 Aug 2017 11:45:32 +0000 (+0100) Subject: aliasbr.c: Remove duplicate prototypes. Others in aliasbr.h. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/bddd9ca00cd2e2e73aded115a59614af3a74a6cb?ds=inline;hp=9c7af92d3b8f712f62a69962f90d84a377424ed2 aliasbr.c: Remove duplicate prototypes. Others in aliasbr.h. --- diff --git a/uip/aliasbr.c b/uip/aliasbr.c index ed347b67..e5163a01 100644 --- a/uip/aliasbr.c +++ b/uip/aliasbr.c @@ -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;