From 67dc75818d2a5905e09851feeb9dba23f815dd67 Mon Sep 17 00:00:00 2001 From: Ralph Corderoy Date: Mon, 28 Aug 2017 12:47:38 +0100 Subject: [PATCH 1/1] rcvtty.c: Remove duplicate prototype. Other in mts.h. --- uip/rcvtty.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/uip/rcvtty.c b/uip/rcvtty.c index 181c422b..60d9a69b 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -58,11 +58,6 @@ static int width = -1; static char *form = NULL; static char *format = NULL; -/* - * external prototypes - */ -char *getusername(void); - /* * static prototypes */ -- 2.48.1