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/colcrt | |
parent | bd88fce4f373f821b7282c996b07026c9dea8a44 (diff) | |
download | FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.zip FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.tar.gz |
Remove local prototypes for main().
Diffstat (limited to 'usr.bin/colcrt')
-rw-r--r-- | usr.bin/colcrt/colcrt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/colcrt/colcrt.c b/usr.bin/colcrt/colcrt.c index 116daee..6cd9be6 100644 --- a/usr.bin/colcrt/colcrt.c +++ b/usr.bin/colcrt/colcrt.c @@ -75,7 +75,6 @@ char printall; FILE *f; -int main(int, char *[]); static void move(int, int); static void pflush(int); static int plus(char, char); |