diff options
author | jmallett <jmallett@FreeBSD.org> | 2002-08-19 03:07:56 +0000 |
---|---|---|
committer | jmallett <jmallett@FreeBSD.org> | 2002-08-19 03:07:56 +0000 |
commit | 2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468 (patch) | |
tree | 8df832051a6a2104a7700a03af518a79001e6eeb /usr.bin/chat | |
parent | bd88fce4f373f821b7282c996b07026c9dea8a44 (diff) | |
download | FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.zip FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.tar.gz |
Remove local prototypes for main().
Diffstat (limited to 'usr.bin/chat')
-rw-r--r-- | usr.bin/chat/chat.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |