From e12887af230bd4a4789379ac03f3f819e8644cf9 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 15 Aug 2024 14:21:53 -0400 Subject: Add two template convenience functions * get_junitxml_result_auto() * get_basetemp_result_auto() --- include/template_func_proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/template_func_proto.h') diff --git a/include/template_func_proto.h b/include/template_func_proto.h index 212759c..6c5ace4 100644 --- a/include/template_func_proto.h +++ b/include/template_func_proto.h @@ -5,5 +5,7 @@ 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 \ No newline at end of file -- cgit