aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.h
diff options
context:
space:
mode:
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_ */