diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -302,4 +302,6 @@ extern int cgit_close_filter(struct cgit_filter *filter); | |||
302 | 302 | ||
303 | extern int readfile(const char *path, char **buf, size_t *size); | 303 | extern int readfile(const char *path, char **buf, size_t *size); |
304 | 304 | ||
305 | extern char *expand_macros(const char *txt); | ||
306 | |||
305 | #endif /* CGIT_H */ | 307 | #endif /* CGIT_H */ |