diff options
Diffstat (limited to 'src/kernel/commands/command.h')
-rw-r--r-- | src/kernel/commands/command.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/kernel/commands/command.h b/src/kernel/commands/command.h deleted file mode 100644 index 9e402aa..0000000 --- a/src/kernel/commands/command.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef MELVIX_COMMAND_H -#define MELVIX_COMMAND_H - -/** - * Execute a command in the pseudo shell - * @deprecated - will be replaced by real shell soon - * @param command The desired command - */ -void exec_command(char *command); - -#endif |