From 2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468 Mon Sep 17 00:00:00 2001 From: jmallett Date: Mon, 19 Aug 2002 03:07:56 +0000 Subject: Remove local prototypes for main(). --- usr.bin/chat/chat.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/chat/chat.c') diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index 1b99e69..2be228a 100644 --- a/usr.bin/chat/chat.c +++ b/usr.bin/chat/chat.c @@ -217,8 +217,6 @@ void pack_array(char **array, int end); char *expect_strtok(char *, char *); int vfmtmsg(char *, int, const char *, va_list); /* vsprintf++ */ -int main(int, char *[]); - void *dup_mem(b, c) void *b; size_t c; -- cgit v1.1