aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h3
1 files changed, 3 insertions, 0 deletions
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 */