]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Add basic log filtering
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index e114a50d6d569ad0303ecd33628c3ccdd85368ce..249650e087a91c4cc8d1f8a9452b10bcebfcbb21 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -104,7 +104,7 @@ extern void cgit_print_pageheader(char *title, int show_search);
 
 extern void cgit_print_repolist(struct cacheitem *item);
 extern void cgit_print_summary();
-extern void cgit_print_log(const char *tip, int ofs, int cnt);
+extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep);
 extern void cgit_print_view(const char *hex);
 extern void cgit_print_tree(const char *hex);
 extern void cgit_print_commit(const char *hex);