aboutsummaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/system.h b/include/system.h
index 81fe99a..d744726 100644
--- a/include/system.h
+++ b/include/system.h
@@ -24,5 +24,6 @@ struct Process {
int shell(struct Process *proc, char *args[]);
int shell2(struct Process *proc, char *args);
int shell_safe(struct Process *proc, char *args[]);
+char *shell_output(const char *command);
#endif //OMC_SYSTEM_H