X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c93ef96aaf77437abeb552bd9e30973f90365f3a..24fd7e54c82294efa68ecae5dd9cb8a8986c04bf:/ui-shared.h diff --git a/ui-shared.h b/ui-shared.h index 308c982..3df5464 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -46,6 +46,8 @@ extern void cgit_diff_link(const char *name, const char *title, extern void cgit_stats_link(const char *name, const char *title, const char *class, const char *head, const char *path); +extern void cgit_self_link(char *name, const char *title, + const char *class, struct cgit_context *ctx); extern void cgit_object_link(struct object *obj); extern void cgit_print_error(const char *msg);