diff options
Diffstat (limited to 'src/commands/command.h')
-rw-r--r-- | src/commands/command.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/commands/command.h b/src/commands/command.h deleted file mode 100644 index 2a43416..0000000 --- a/src/commands/command.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef MELVIX_COMMAND_H -#define MELVIX_COMMAND_H - -void exec_command(char *command); - -#endif |