From b9c103e3048d2b28a2606a3b9693ec881425a732 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 28 Sep 2019 23:08:13 +0200 Subject: Added some documentation --- src/kernel/commands/command.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/kernel/commands/command.h') 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 -- cgit v1.2.3