about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli2009-07-25 12:04:08 +0200
committerLars Hjemli2009-07-25 12:04:08 +0200
commit542f6a433034935a1aa895f7ef3273968915a5d1 (patch)
tree8fc123b3d9f014f31b5b160a9456c85b6c19aa0d /cgit.h
parentMerge branch 'plain-etag' (diff)
parentcgitrc.5.txt: document 'head-include' (diff)
downloadcgit-542f6a433034935a1aa895f7ef3273968915a5d1.tar.gz
cgit-542f6a433034935a1aa895f7ef3273968915a5d1.zip
Merge branch 'ml/head-include'
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 07a277a..78b30ba 100644 --- a/cgit.h +++ b/cgit.h
@@ -136,6 +136,7 @@ struct cgit_config {
136 char *css; 136 char *css;
137 char *favicon; 137 char *favicon;
138 char *footer; 138 char *footer;
139 char *head_include;
139 char *header; 140 char *header;
140 char *index_header; 141 char *index_header;
141 char *index_info; 142 char *index_info;