aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis/tpl.h
diff options
context:
space:
mode:
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