X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/d7034806a4b1279f62d606501f831dcad31798e6..e09574bdf6cfbd21ff0a58a18f34d4a11db824d7:/ui-shared.h diff --git a/ui-shared.h b/ui-shared.h index 43d0fa6..d8a3551 100644 --- a/ui-shared.h +++ b/ui-shared.h @@ -1,8 +1,6 @@ #ifndef UI_SHARED_H #define UI_SHARED_H -#include - extern const char *cgit_httpscheme(); extern const char *cgit_hosturl(); extern const char *cgit_rooturl(); @@ -31,7 +29,7 @@ extern void cgit_plain_link(const char *name, const char *title, extern void cgit_log_link(const char *name, const char *title, const char *class, const char *head, const char *rev, const char *path, int ofs, const char *grep, - const char *pattern, int showmsg); + const char *pattern, int showmsg, int follow); extern void cgit_commit_link(char *name, const char *title, const char *class, const char *head, const char *rev, const char *path);