summaryrefslogtreecommitdiffstats
path: root/hw1/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw1/shell.h')
-rw-r--r--hw1/shell.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/hw1/shell.h b/hw1/shell.h
new file mode 100644
index 0000000..1b73d35
--- /dev/null
+++ b/hw1/shell.h
@@ -0,0 +1,6 @@
+#ifndef RAS_SHELL_H
+#define RAS_SHELL_H
+
+int ras_shell_main (int argc, char* argv[]);
+
+#endif /* RAS_SHELL_H */