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/col | |
parent | bd88fce4f373f821b7282c996b07026c9dea8a44 (diff) | |
download | FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.zip FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.tar.gz |
Remove local prototypes for main().
Diffstat (limited to 'usr.bin/col')
-rw-r--r-- | usr.bin/col/col.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index ea9a98d..73d4e0f 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -100,7 +100,6 @@ void flush_line(LINE *); void flush_lines(int); void flush_blanks(void); void free_line(LINE *); -int main(int, char **); void usage(void); CSET last_set; /* char_set of last char printed */ |