diff options
Diffstat (limited to 'src/commands/command.h')
-rw-r--r-- | src/commands/command.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |