summaryrefslogtreecommitdiffstats
path: root/include/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shell.h')
-rw-r--r--include/shell.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/shell.h b/include/shell.h
new file mode 100644
index 0000000000..b98cac3dc5
--- /dev/null
+++ b/include/shell.h
@@ -0,0 +1,12 @@
+/*
+ * (C) Copyright 2013 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
+ *
+ * Under GPLv2 only
+ */
+
+#ifndef __SHELL_H__
+#define __SHELL_H__
+
+int shell_get_last_return_code(void);
+
+#endif /* __SHELL_H__ */