aboutsummaryrefslogtreecommitdiff
path: root/include/template_func_proto.h
blob: 6c5ace470db07182088953df86a6dd82bee4e21b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#ifndef TEMPLATE_FUNC_PROTO_H
#define TEMPLATE_FUNC_PROTO_H

#include "template.h"

int get_github_release_notes_tplfunc_entrypoint(void *frame, void *data_out);
int get_github_release_notes_auto_tplfunc_entrypoint(void *frame, void *data_out);
int get_junitxml_result_auto_entrypoint(void *frame, void *data_out);
int get_basetemp_result_auto_entrypoint(void *frame, void *data_out);

#endif //TEMPLATE_FUNC_PROTO_H