X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/08cc2e5f0e24773dad81d38bd6b689e36afe9dda..5e75128a8bee885d83563d8c521172328d511d12:/cgit.h?ds=inline diff --git a/cgit.h b/cgit.h index f3d783e..fc44a71 100644 --- a/cgit.h +++ b/cgit.h @@ -144,6 +144,7 @@ extern void html_hidden(char *name, char *value); extern void html_link_open(char *url, char *title, char *class); extern void html_link_close(void); extern void html_filemode(unsigned short mode); +extern int html_include(const char *filename); extern int cgit_read_config(const char *filename, configfn fn); extern int cgit_parse_query(char *txt, configfn fn);