aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis/tpl.h
blob: 398f0fe350eb56c994ec22783d0f91b42634f536 (plain) (blame)
1
2
3
4
5
6
7
8
9
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