blob: 55164214607018aadde98c827db7a6d72d964fad (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#ifndef TEMPLATE_FUNC_PROTO_H
#define TEMPLATE_FUNC_PROTO_H
#include "template.h"
int get_github_release_notes_tplfunc_entrypoint(void *frame, void *ptr);
#endif //TEMPLATE_FUNC_PROTO_H
|