Mon 9 Dec 20:40:44 CET 2024

This commit is contained in:
sbosse 2024-12-09 20:43:17 +01:00
parent 6535acba38
commit 509d6a581a

View File

@ -7,6 +7,7 @@ See the file LICENSE for details.
#ifndef KSHELL_H
#define KSHELL_H
int kshell_execute(int argc, const char **argv);
int kshell_launch();
#endif