the repository which powers this website
Diffstat (limited to 'ui-log.c')
-rw-r--r--ui-log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-log.c b/ui-log.c
index ee2a6076..11cc5395 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -365,7 +365,7 @@ static char *next_token(char **src)
return result;
}
-void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern,
+void _orig_cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern,
const char *path, int pager, int commit_graph, int commit_sort)
{
struct rev_info rev;