diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-12 23:41:49 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-12 23:41:49 +0100 |
commit | f40a9b3a93c343017fad59f283c41255d606b2b9 (patch) | |
tree | f5c354951683e1ab49e286eaf07e866ab28dd418 /FICS/ficsmain.c | |
parent | c5a5fd6a5436a036ad22ac079ca38fc5160842e9 (diff) |
Added function declaration for usage()
Diffstat (limited to 'FICS/ficsmain.c')
-rw-r--r-- | FICS/ficsmain.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/ficsmain.c b/FICS/ficsmain.c index 5afe91f..e3ab087 100644 --- a/FICS/ficsmain.c +++ b/FICS/ficsmain.c @@ -48,6 +48,8 @@ PUBLIC int port; PUBLIC int withConsole; +PRIVATE void usage(char *); + PRIVATE void BrokenPipe(int sig) { |