aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-10-30 10:39:59 +0100
committerLars Hjemli <hjemli@gmail.com>2007-10-30 10:39:59 +0100
commit10ac7ad1f30f914dc5ff36ba3651ef6dca11aaf7 (patch)
tree8d185e972d4b235fc46156b9173a3406af2aacf6 /cgit.h
parentTeach cgit_object_link() about tag objects (diff)
downloadcgit-10ac7ad1f30f914dc5ff36ba3651ef6dca11aaf7.tar.xz
cgit-10ac7ad1f30f914dc5ff36ba3651ef6dca11aaf7.zip
Add config param 'index-info'
This parameter will be used to include a html file in the upcoming sidebar on the index page. 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 dd83f70..b8af970 100644
--- a/cgit.h
+++ b/cgit.h
@@ -124,6 +124,7 @@ extern char *cgit_root_title;
extern char *cgit_css;
extern char *cgit_logo;
extern char *cgit_index_header;
+extern char *cgit_index_info;
extern char *cgit_logo_link;
extern char *cgit_module_link;
extern char *cgit_agefile;