X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/65b7b876aaaf50fc15060533359d6561f4f1819a..b7f33786ef4b155a11b0324f84bbde5d7fc9c998:/ui-shared.h diff --git a/ui-shared.h b/ui-shared.h index c5ce056..0cd5ed1 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -1,6 +1,7 @@ #ifndef UI_SHARED_H #define UI_SHARED_H +extern char *cgit_hosturl(); extern char *cgit_repourl(const char *reponame); extern char *cgit_fileurl(const char *reponame, const char *pagename, const char *filename, const char *query); @@ -9,6 +10,7 @@ extern char *cgit_pageurl(const char *reponame, const char *pagename, extern void cgit_index_link(char *name, char *title, char *class, char *pattern, int ofs); +extern void cgit_summary_link(char *name, char *title, char *class, char *head); extern void cgit_tree_link(char *name, char *title, char *class, char *head, char *rev, char *path); extern void cgit_plain_link(char *name, char *title, char *class, char *head,