diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-14 12:21:32 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-10-14 12:21:32 -0400 |
commit | 26000fb8e6cc08c227d4463de60e28881179e5cb (patch) | |
tree | 48978ff793f2a969df196cfa7700100e5c82a2f5 /src/cli/stasis/system_requirements.h | |
parent | a29bca4b79f19e9f04420b545bdec27ddc99150c (diff) | |
download | stasis-26000fb8e6cc08c227d4463de60e28881179e5cb.tar.gz |
Reduce length of stasis_main.crestructure-the-world
Diffstat (limited to 'src/cli/stasis/system_requirements.h')
-rw-r--r-- | src/cli/stasis/system_requirements.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/cli/stasis/system_requirements.h b/src/cli/stasis/system_requirements.h new file mode 100644 index 0000000..4c2231a --- /dev/null +++ b/src/cli/stasis/system_requirements.h @@ -0,0 +1,13 @@ +#ifndef STASIS_SYSTEM_REQUIREMENTS_H +#define STASIS_SYSTEM_REQUIREMENTS_H + +#include "delivery.h" +#include "callbacks.h" +#include "envctl.h" + +void check_system_env_requirements(); +void check_system_requirements(struct Delivery *ctx); +void check_requirements(struct Delivery *ctx); +char *check_pathvar(struct Delivery *ctx); + +#endif //STASIS_SYSTEM_REQUIREMENTS_H |