summaryrefslogtreecommitdiffabout
path: root/cgit.h
Unidiff
Diffstat (limited to 'cgit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 2b28d63..2bf6ab0 100644
--- a/cgit.h
+++ b/cgit.h
@@ -297,9 +297,11 @@ extern const char *cgit_repobasename(const char *reponame);
297 297
298extern int cgit_parse_snapshots_mask(const char *str); 298extern int cgit_parse_snapshots_mask(const char *str);
299 299
300extern int cgit_open_filter(struct cgit_filter *filter); 300extern int cgit_open_filter(struct cgit_filter *filter);
301extern int cgit_close_filter(struct cgit_filter *filter); 301extern int cgit_close_filter(struct cgit_filter *filter);
302 302
303extern int readfile(const char *path, char **buf, size_t *size); 303extern int readfile(const char *path, char **buf, size_t *size);
304 304
305extern char *expand_macros(const char *txt);
306
305#endif /* CGIT_H */ 307#endif /* CGIT_H */