summaryrefslogtreecommitdiff
path: root/synth/in_synth_cli.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@thinkpad.(none)>2011-01-10 17:57:36 +0100
committerFlorian Jung <flo@thinkpad.(none)>2011-01-10 18:01:25 +0100
commitb34cab5dd6d4ac16a6a58589397a3d82df38b826 (patch)
treec76bde00d0ee62d3701aacbedde55ea0f3d287bc /synth/in_synth_cli.h
parent4b87549a645fd62107ddc5295a5027b2a5851096 (diff)
Implemented a yet very basic in-synth-interface
The interface understands "quit" and "exit", and accepts but ignores "reload" and "load". It catches CTRL+C.
Diffstat (limited to 'synth/in_synth_cli.h')
-rw-r--r--synth/in_synth_cli.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/synth/in_synth_cli.h b/synth/in_synth_cli.h
new file mode 100644
index 0000000..27ae216
--- /dev/null
+++ b/synth/in_synth_cli.h
@@ -0,0 +1,6 @@
+#ifndef __IN_SYNTH_CLI_H__
+#define __IN_SYNTH_CLI_H__
+
+void do_in_synth_cli();
+
+#endif