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
commitd8ff337568f9cda78317ca08895c1f15ee4d9f89 (patch)
tree60211b576ccba07435f7cabb95e5eafbb3c8545f /mixguile/mixguile_cmd_dispatcher.h
parentd523d621ddce258f7877c1fc15cda36443048322 (diff)
downloadmdk-d8ff337568f9cda78317ca08895c1f15ee4d9f89.tar.gz
mdk-d8ff337568f9cda78317ca08895c1f15ee4d9f89.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,