diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2025-09-23 02:32:12 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2025-09-23 02:32:12 +0100 |
commit | 4de26b329b730cfe53c17ad3eb90a6fffd368d40 (patch) | |
tree | 6fb42eb00482213362a00f9c9cea24a3a412531c /mixguile/xmixguile_cmd_dispatcher.h | |
parent | bd4c56d6e7d4d099df8a2ab1a23564cde72104a7 (diff) | |
download | mdk-4de26b329b730cfe53c17ad3eb90a6fffd368d40.tar.gz mdk-4de26b329b730cfe53c17ad3eb90a6fffd368d40.tar.bz2 |
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 |