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/msgs | |
parent | bd88fce4f373f821b7282c996b07026c9dea8a44 (diff) | |
download | FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.zip FreeBSD-src-2b6e4e1504c52fa78fbca036c0a7b8cdda7d5468.tar.gz |
Remove local prototypes for main().
Diffstat (limited to 'usr.bin/msgs')
-rw-r--r-- | usr.bin/msgs/msgs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/msgs/msgs.c b/usr.bin/msgs/msgs.c index 5af40e9..d1d3bd4 100644 --- a/usr.bin/msgs/msgs.c +++ b/usr.bin/msgs/msgs.c @@ -154,7 +154,6 @@ jmp_buf tstpbuf; void ask(const char *); void gfrsub(FILE *); int linecnt(FILE *); -int main(int, char *[]); int next(char *); char *nxtfld(unsigned char *); void onsusp(int); |