diff options
Diffstat (limited to 'usr.bin/col/col.c')
-rw-r--r-- | usr.bin/col/col.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index dfa15af..40150f2 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -99,6 +99,7 @@ void flush_line __P((LINE *)); void flush_lines __P((int)); void flush_blanks __P((void)); void free_line __P((LINE *)); +int main __P((int, char **)); void usage __P((void)); void wrerr __P((void)); void *xmalloc __P((void *, size_t)); |