aboutsummaryrefslogtreecommitdiff
path: root/src/lib/entrypoint/include/system_requirements.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/entrypoint/include/system_requirements.h')
-rw-r--r--src/lib/entrypoint/include/system_requirements.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lib/entrypoint/include/system_requirements.h b/src/lib/entrypoint/include/system_requirements.h
new file mode 100644
index 0000000..b97c83e
--- /dev/null
+++ b/src/lib/entrypoint/include/system_requirements.h
@@ -0,0 +1,13 @@
+#ifndef STASIS_SYSTEM_REQUIREMENTS_H
+#define STASIS_SYSTEM_REQUIREMENTS_H
+
+#include "delivery.h"
+#include "entrypoint_callbacks.h"
+#include "envctl.h"
+
+void check_system_path();
+void check_system_env_requirements();
+void check_system_requirements(struct Delivery *ctx);
+void check_requirements(struct Delivery *ctx);
+
+#endif //STASIS_SYSTEM_REQUIREMENTS_H