summaryrefslogtreecommitdiffabout
path: root/cgit.h
Unidiff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h
index 5c55bec..d6bcde2 100644
--- a/cgit.h
+++ b/cgit.h
@@ -215,3 +215,3 @@ extern void cgit_print_repolist(struct cacheitem *item);
215extern void cgit_print_summary(); 215extern void cgit_print_summary();
216extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path); 216extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path, int pager);
217extern void cgit_print_view(const char *hex, char *path); 217extern void cgit_print_view(const char *hex, char *path);