From 1c1f2a00d290598f050cb77ad4c846902a135f5b Mon Sep 17 00:00:00 2001 From: lookshe Date: Fri, 26 Feb 2016 10:35:57 +0100 Subject: implementation to link FS#[0-9]+ to flyspray (FS#141) --- cgit.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index de5c94a..567bfec 100644 --- a/cgit.h +++ b/cgit.h @@ -270,6 +270,7 @@ struct cgit_config { struct cgit_filter *email_filter; struct cgit_filter *owner_filter; struct cgit_filter *auth_filter; + char* issue_link; }; struct cgit_page { @@ -394,4 +395,6 @@ extern char *expand_macros(const char *txt); extern char *get_mimetype_for_filename(const char *filename); +extern char *sub_str(const char* text, int begin, int end); + #endif /* CGIT_H */ -- cgit v1.2.3