aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/commands')
-rw-r--r--src/kernel/commands/command.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kernel/commands/command.h b/src/kernel/commands/command.h
index 2a43416..9e402aa 100644
--- a/src/kernel/commands/command.h
+++ b/src/kernel/commands/command.h
@@ -1,6 +1,11 @@
#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