aboutsummaryrefslogtreecommitdiffstats
path: root/ui-shared.h
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2016-02-01 14:16:35 +0100
committerlookshe <github@lookshe.org>2016-02-01 14:16:35 +0100
commit95be399ab4692a77a818eb2d72e6b4b2e3d821ec (patch)
treed97df5a79c2ec2404d6a7a0dbb98fae65757dc3b /ui-shared.h
parentfbcdeeb500586d86e829e87f6cdc92cfec81e30e (diff)
author link with correct branches
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 a82cd47..369e33c 100644
--- a/ui-shared.h
+++ b/ui-shared.h
@@ -75,5 +75,5 @@ extern void cgit_print_snapshot_links(const char *repo, const char *head,
const char *hex, int snapshots);
extern void cgit_add_hidden_formfields(int incl_head, int incl_search,
const char *page);
-extern void cgit_author_link(char *author);
+extern void cgit_author_link(const char *author, const char *head);
#endif /* UI_SHARED_H */