From b34cab5dd6d4ac16a6a58589397a3d82df38b826 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Mon, 10 Jan 2011 17:57:36 +0100 Subject: 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. --- synth/in_synth_cli.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 synth/in_synth_cli.h (limited to 'synth/in_synth_cli.h') 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 -- cgit v1.2.3