diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 15:23:01 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 15:23:01 +0100 |
commit | dfffa2b072cf29e397a1a7fb10dcec329f63738e (patch) | |
tree | 9b81ab531ee33067f024041ec56a3c6466c6e8f8 | |
parent | 151727b836c246c88adb638e055abf57af8d6472 (diff) |
Disabled function declarations
-rw-r--r-- | FICS/fics_addplayer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/fics_addplayer.c b/FICS/fics_addplayer.c index 709f741..ebb42cc 100644 --- a/FICS/fics_addplayer.c +++ b/FICS/fics_addplayer.c @@ -30,8 +30,10 @@ /* #include "hostinfo.h" */ #include "command.h" +#if 0 extern time_t time(); extern int printf(); +#endif PRIVATE void usage(char *progname) { |