STASIS
A pipeline delivery generator
Loading...
Searching...
No Matches
template_func_proto.h
Go to the documentation of this file.
1
2#ifndef TEMPLATE_FUNC_PROTO_H
3#define TEMPLATE_FUNC_PROTO_H
4
5#include "template.h"
6
7int get_github_release_notes_tplfunc_entrypoint(struct tplfunc_frame *frame, void *data_out);
8int get_github_release_notes_auto_tplfunc_entrypoint(struct tplfunc_frame *frame, void *data_out);
9int get_junitxml_file_entrypoint(struct tplfunc_frame *frame, void *data_out);
10int get_basetemp_dir_entrypoint(struct tplfunc_frame *frame, void *data_out);
11int tox_run_entrypoint(struct tplfunc_frame *frame, void *data_out);
12
13#endif //TEMPLATE_FUNC_PROTO_H
Definition template.h:47