2#ifndef TEMPLATE_FUNC_PROTO_H
3#define TEMPLATE_FUNC_PROTO_H
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);