summaryrefslogtreecommitdiffhomepage
path: root/mixguile/mixguile_cmd_dispatcher.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-09-01 00:22:13 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-09-01 00:22:13 +0000
commit48ed62ac924e49fcf0c551d3e65562e523bb578a (patch)
treeaf6f400da3a150acd85d10540b91bfc324ac4eff /mixguile/mixguile_cmd_dispatcher.h
parent37fa04203be9e4a98fe81679a1072cc596c43f13 (diff)
downloadmdk-48ed62ac924e49fcf0c551d3e65562e523bb578a.tar.gz
mdk-48ed62ac924e49fcf0c551d3e65562e523bb578a.tar.bz2
new mixguile commands
Diffstat (limited to 'mixguile/mixguile_cmd_dispatcher.h')
-rw-r--r--mixguile/mixguile_cmd_dispatcher.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mixguile/mixguile_cmd_dispatcher.h b/mixguile/mixguile_cmd_dispatcher.h
index 4dba9d0..35ac5b7 100644
--- a/mixguile/mixguile_cmd_dispatcher.h
+++ b/mixguile/mixguile_cmd_dispatcher.h
@@ -43,14 +43,6 @@ extern mix_vm_cmd_dispatcher_t *
mixguile_cmd_dispatcher_get_vm_dispatcher (const
mixguile_cmd_dispatcher_t *disp);
-/* get the result string of last executed command */
-extern const gchar *
-mixguile_cmd_dispatcher_last_result (mixguile_cmd_dispatcher_t *disp);
-
-/* prepare dispatcher for repl */
-extern void
-mixguile_cmd_dispatcher_prepare (mixguile_cmd_dispatcher_t *dis);
-
/* interpret commands from file or string */
extern void
mixguile_cmd_dispatcher_interpret_file (mixguile_cmd_dispatcher_t *dis,