#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); #endif //TEMPLATE_FUNC_PROTO_H