From 10ac7ad1f30f914dc5ff36ba3651ef6dca11aaf7 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Tue, 30 Oct 2007 10:39:59 +0100 Subject: 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 --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') 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; -- cgit v1.2.3-24-g4f1b