summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_vm_command.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-08-22 00:42:13 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-08-22 00:42:13 +0000
commit7ec295f319608ec045e73877ff8727a0e25722c1 (patch)
tree7bbb2199b0dd0390b11a938e441f30b654b8a55e /mixlib/mix_vm_command.h
parentab4c50de9a9c29b215476e842160130a14a76302 (diff)
downloadmdk-7ec295f319608ec045e73877ff8727a0e25722c1.tar.gz
mdk-7ec295f319608ec045e73877ff8727a0e25722c1.tar.bz2
mixguile: first version
Diffstat (limited to 'mixlib/mix_vm_command.h')
-rw-r--r--mixlib/mix_vm_command.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/mixlib/mix_vm_command.h b/mixlib/mix_vm_command.h
index 5d5ebca..4603f78 100644
--- a/mixlib/mix_vm_command.h
+++ b/mixlib/mix_vm_command.h
@@ -118,6 +118,14 @@ mix_vm_cmd_dispatcher_new_with_config (FILE *out, FILE *err,
extern void
mix_vm_cmd_dispatcher_delete (mix_vm_cmd_dispatcher_t *dis);
+/* set/get out/error streams */
+extern FILE * /* old output stream */
+mix_vm_cmd_dispatcher_set_out_stream (mix_vm_cmd_dispatcher_t *dis,
+ FILE *out);
+
+extern FILE * /* old error stream */
+mix_vm_cmd_dispatcher_set_error_stream (mix_vm_cmd_dispatcher_t *dis,
+ FILE *err);
/* set editor and compiler templates */
extern void