summaryrefslogtreecommitdiffstats
path: root/bin/chio/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chio/defs.h')
-rw-r--r--bin/chio/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chio/defs.h b/bin/chio/defs.h
index 863e3db..17d2abf 100644
--- a/bin/chio/defs.h
+++ b/bin/chio/defs.h
@@ -40,7 +40,7 @@ struct element_type {
struct changer_command {
const char *cc_name; /* command name */
/* command handler */
- int (*cc_handler) __P((const char *, int, char **));
+ int (*cc_handler)(const char *, int, char **);
};
struct special_word {
OpenPOWER on IntegriCloud