about summary refs log tree commit diff stats
path: root/ui-shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui-shared.h')
-rw-r--r--ui-shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.h b/ui-shared.h index 40f6207..2cd7ac9 100644 --- a/ui-shared.h +++ b/ui-shared.h
@@ -30,7 +30,7 @@ extern void cgit_log_link(const char *name, const char *title,
30 const char *class, const char *head, const char *rev, 30 const char *class, const char *head, const char *rev,
31 const char *path, int ofs, const char *grep, 31 const char *path, int ofs, const char *grep,
32 const char *pattern, int showmsg, int follow); 32 const char *pattern, int showmsg, int follow);
33extern void cgit_commit_link(char *name, const char *title, 33extern void cgit_commit_link(const char *name, const char *title,
34 const char *class, const char *head, 34 const char *class, const char *head,
35 const char *rev, const char *path); 35 const char *rev, const char *path);
36extern void cgit_patch_link(const char *name, const char *title, 36extern void cgit_patch_link(const char *name, const char *title,