Add simple pager to log page

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
Lars Hjemli
2006-12-14 00:40:34 +01:00
parent c45b8178d0
commit 420712ac25
4 changed files with 37 additions and 6 deletions

1
cgit.h
View File

@ -44,6 +44,7 @@ extern char *cgit_query_repo;
extern char *cgit_query_page;
extern char *cgit_query_head;
extern char *cgit_query_sha1;
extern int cgit_query_ofs;
extern int htmlfd;