#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