aboutsummaryrefslogtreecommitdiff
path: root/src/lib/entrypoint/include/entrypoint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/entrypoint/include/entrypoint.h')
-rw-r--r--src/lib/entrypoint/include/entrypoint.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/entrypoint/include/entrypoint.h b/src/lib/entrypoint/include/entrypoint.h
new file mode 100644
index 0000000..645b119
--- /dev/null
+++ b/src/lib/entrypoint/include/entrypoint.h
@@ -0,0 +1,6 @@
+#ifndef STASIS_ENTRYPOINT_H
+#define STASIS_ENTRYPOINT_H
+
+int stasis_entrypoint(int argc, char *argv[]);
+
+#endif //STASIS_ENTRYPOINT_H