diff options
author | Lars Hjemli <hjemli@gmail.com> | 2008-12-06 13:37:37 +0300 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2008-12-06 13:37:37 +0300 |
commit | 3c32fe07717f27fc891b66ccd06057fb810d03ad (patch) | |
tree | 04897b3eac6432c43284e7da79161e47856d078b /ui-shared.h | |
parent | 9c8be943f72b6f1bda5a31ce401899c3dd734e98 (diff) | |
parent | ab67164d6217fcda5ef3e07aefa3dd6eee6b65a3 (diff) |
Merge branch 'full-log'
Conflicts:
cgit.c
cgit.h
Diffstat (limited to 'ui-shared.h')
-rw-r--r-- | ui-shared.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.h b/ui-shared.h index 3c8a6d0..2ab53ae 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -19,7 +19,7 @@ extern void cgit_plain_link(char *name, char *title, char *class, char *head, char *rev, char *path); extern void cgit_log_link(char *name, char *title, char *class, char *head, char *rev, char *path, int ofs, char *grep, - char *pattern); + char *pattern, int showmsg); extern void cgit_commit_link(char *name, char *title, char *class, char *head, char *rev); extern void cgit_patch_link(char *name, char *title, char *class, char *head, |