summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_cmd_dispatcher.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-09 22:49:55 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-09 22:49:55 +0000
commitb7e10d75a4055a945d7fd3beaee0e6e3c5861988 (patch)
treedf2fb6a16ce03eddad8ecf9db974955337fee931 /mixgtk/mixgtk_cmd_dispatcher.h
parentb86afb94db26dba9d67d274736f07866b41b185d (diff)
downloadmdk-b7e10d75a4055a945d7fd3beaee0e6e3c5861988.tar.gz
mdk-b7e10d75a4055a945d7fd3beaee0e6e3c5861988.tar.bz2
history file
Diffstat (limited to 'mixgtk/mixgtk_cmd_dispatcher.h')
-rw-r--r--mixgtk/mixgtk_cmd_dispatcher.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mixgtk/mixgtk_cmd_dispatcher.h b/mixgtk/mixgtk_cmd_dispatcher.h
index a67ec26..6ea840c 100644
--- a/mixgtk/mixgtk_cmd_dispatcher.h
+++ b/mixgtk/mixgtk_cmd_dispatcher.h
@@ -26,6 +26,7 @@
#define MIXGTK_CMD_DISPATCHER_H
#include <mixlib/mix_vm.h>
+#include <mixlib/mix_vm_command.h>
#include "mixgtk_widgets.h"
/* initialise the command dispatcher */
@@ -48,6 +49,10 @@ mixgtk_cmd_dispatcher_get_vm (void);
extern const gchar *
mixgtk_cmd_dispatcher_get_src_path (void);
+/* get the mix cmd dispatcher */
+extern mix_vm_cmd_dispatcher_t *
+mixgtk_cmd_dispatcher_get_mix_dispatcher (void);
+
#endif /* MIXGTK_CMD_DISPATCHER_H */