all repos — cgit @ 08cc2e5f0e24773dad81d38bd6b689e36afe9dda

a hyperfast web frontend for git written in c

Remove unused extern declarations from cgit.h

Some unused declarations from the early days of cgit are removed.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Lars Hjemli hjemli@gmail.com
Fri, 18 May 2007 22:50:11 +0200
commit

08cc2e5f0e24773dad81d38bd6b689e36afe9dda

parent

e189344a7dfe6fa1b07434d5170e6441dcbaf788

1 files changed, 0 insertions(+), 4 deletions(-)

jump to
M cgit.hcgit.h

@@ -96,10 +96,6 @@ extern int cgit_max_msg_len;

extern int cgit_max_repodesc_len; extern int cgit_max_commit_count; -extern char *cgit_repo_name; -extern char *cgit_repo_desc; -extern char *cgit_repo_owner; - extern int cgit_query_has_symref; extern int cgit_query_has_sha1;