From 8e0c4dc52871e720f793db0b21e1b4f504cefcf9 Mon Sep 17 00:00:00 2001 From: marvinborner Date: Wed, 18 Sep 2019 11:02:15 +0200 Subject: Added basic command support --- src/commands/command.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/commands/command.h (limited to 'src/commands/command.h') diff --git a/src/commands/command.h b/src/commands/command.h new file mode 100644 index 0000000..2a43416 --- /dev/null +++ b/src/commands/command.h @@ -0,0 +1,6 @@ +#ifndef MELVIX_COMMAND_H +#define MELVIX_COMMAND_H + +void exec_command(char *command); + +#endif -- cgit v1.2.3