summaryrefslogtreecommitdiffstats
path: root/src/modules/shell/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/shell/shell.h')
-rw-r--r--src/modules/shell/shell.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/modules/shell/shell.h b/src/modules/shell/shell.h
new file mode 100644
index 0000000..50a094c
--- /dev/null
+++ b/src/modules/shell/shell.h
@@ -0,0 +1,11 @@
+#pragma once
+
+#include "option.h"
+
+#define FF_SHELL_MODULE_NAME "Shell"
+
+bool ffPrintShell(FFShellOptions* options);
+void ffInitShellOptions(FFShellOptions* options);
+void ffDestroyShellOptions(FFShellOptions* options);
+
+extern FFModuleBaseInfo ffShellModuleInfo;