diff options
Diffstat (limited to 'mixguile/xmixguile_cmd_dispatcher.h')
-rw-r--r-- | mixguile/xmixguile_cmd_dispatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mixguile/xmixguile_cmd_dispatcher.h b/mixguile/xmixguile_cmd_dispatcher.h index 4298267..b3501f9 100644 --- a/mixguile/xmixguile_cmd_dispatcher.h +++ b/mixguile/xmixguile_cmd_dispatcher.h @@ -37,7 +37,7 @@ struct mixguile_cmd_dispatcher_t /* scm commands types */ /* prototype of a function implementing a new scm function */ -typedef SCM (*scm_func_t) (); +typedef SCM (*scm_func_t) (...); /* record for a new scm command */ typedef struct scm_command_t |