summaryrefslogtreecommitdiffstats
path: root/03_exercise/srv/shell.h
diff options
context:
space:
mode:
Diffstat (limited to '03_exercise/srv/shell.h')
-rw-r--r--03_exercise/srv/shell.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/03_exercise/srv/shell.h b/03_exercise/srv/shell.h
new file mode 100644
index 0000000..3c79844
--- /dev/null
+++ b/03_exercise/srv/shell.h
@@ -0,0 +1,6 @@
+#ifndef BETRIEBSYSTEME_SHELL_H
+#define BETRIEBSYSTEME_SHELL_H
+
+int shell(int in_fd);
+
+#endif //BETRIEBSYSTEME_SHELL_H