aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis/tpl.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-10-14 12:21:32 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-10-14 12:21:32 -0400
commit26000fb8e6cc08c227d4463de60e28881179e5cb (patch)
tree48978ff793f2a969df196cfa7700100e5c82a2f5 /src/cli/stasis/tpl.h
parenta29bca4b79f19e9f04420b545bdec27ddc99150c (diff)
downloadstasis-restructure-the-world.tar.gz
Reduce length of stasis_main.crestructure-the-world
Diffstat (limited to 'src/cli/stasis/tpl.h')
-rw-r--r--src/cli/stasis/tpl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cli/stasis/tpl.h b/src/cli/stasis/tpl.h
new file mode 100644
index 0000000..398f0fe
--- /dev/null
+++ b/src/cli/stasis/tpl.h
@@ -0,0 +1,10 @@
+#ifndef STASIS_TPL_H
+#define STASIS_TPL_H
+
+#include "template.h"
+#include "template_func_proto.h"
+
+void tpl_setup_vars(struct Delivery *ctx);
+void tpl_setup_funcs(struct Delivery *ctx);
+
+#endif //STASIS_TPL_H