-rw-r--r-- | cgit.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -296,4 +296,6 @@ extern int cgit_close_filter(struct cgit_filter *filter); | |||
296 | 296 | ||
297 | extern int readfile(const char *path, char **buf, size_t *size); | 297 | extern int readfile(const char *path, char **buf, size_t *size); |
298 | 298 | ||
299 | extern char *expand_macros(const char *txt); | ||
300 | |||
299 | #endif /* CGIT_H */ | 301 | #endif /* CGIT_H */ |