mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 06:59:28 +02:00
Add html_include()
This is a function used to include external htmlfiles in cgit- generated pages. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
08cc2e5f0e
commit
5e75128a8b
2 changed files with 15 additions and 0 deletions
1
cgit.h
1
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue