diff options
Diffstat (limited to 'src/cli/stasis/include/tpl.h')
-rw-r--r-- | src/cli/stasis/include/tpl.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/cli/stasis/include/tpl.h b/src/cli/stasis/include/tpl.h deleted file mode 100644 index 398f0fe..0000000 --- a/src/cli/stasis/include/tpl.h +++ /dev/null @@ -1,10 +0,0 @@ -#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 |