aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.h
diff options
context:
space:
mode:
authorpowwow@askgustav.com <powwow@askgustav.com>2019-03-18 23:05:26 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2019-04-23 20:37:05 (GMT)
commit304a722c426f47a461dc88c4493f800c0690b29b (patch)
tree151b974354c0c7ec4e89649a949db32f11b56442 /cmd.h
parent7db984561ef8fd0ff9165288324dbc81516113f0 (diff)
downloadpowwow-304a722c426f47a461dc88c4493f800c0690b29b.zip
powwow-304a722c426f47a461dc88c4493f800c0690b29b.tar.gz
powwow-304a722c426f47a461dc88c4493f800c0690b29b.tar.bz2
remove some non-ANSI C support
Diffstat (limited to 'cmd.h')
-rw-r--r--cmd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd.h b/cmd.h
index 1c655fb..74cf53f 100644
--- a/cmd.h
+++ b/cmd.h
@@ -14,13 +14,13 @@ typedef struct cmdstruct {
extern cmdstruct *commands;
-void show_stat __P ((void));
+void show_stat(void);
void cmd_add_command( cmdstruct *cmd );
void initialize_cmd(void);
-int print_all_options __P1 (FILE *,file);
+int print_all_options(FILE *file);
#endif /* _CMD_H_ */