about summary refs log tree commit diff
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-05-18 23:56:10 +0200
committerLars Hjemli <hjemli@gmail.com>2007-05-18 23:56:10 +0200
commit5e75128a8bee885d83563d8c521172328d511d12 (patch)
tree39e32199b06b6e68782040d5c2a46162fb0cf771 /cgit.h
parentRemove unused extern declarations from cgit.h (diff)
downloadcgit-pink-5e75128a8bee885d83563d8c521172328d511d12.tar.gz
cgit-pink-5e75128a8bee885d83563d8c521172328d511d12.zip
Add html_include()
This is a function used to include external htmlfiles in cgit-
generated pages.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 1 insertions, 0 deletions
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);