X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/127f43d4e202ba3e63f72add44238c2686dd97f3..0df096f6e146187e55e2203ea1c017442cc2c8c6:/cgit.h diff --git a/cgit.h b/cgit.h index 6937c42..aabf725 100644 --- a/cgit.h +++ b/cgit.h @@ -201,6 +201,8 @@ extern int cache_exist(struct cacheitem *item); extern int cache_expired(struct cacheitem *item); extern char *cgit_repourl(const char *reponame); +extern char *cgit_fileurl(const char *reponame, const char *pagename, + const char *filename, const char *query); extern char *cgit_pageurl(const char *reponame, const char *pagename, const char *query);