X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/ff3a3b4e2b7463bb8cb370bdda393e8b3526fcb9..ba56a37e863d0f90e3e953047486905cfb959925:/cgit.h diff --git a/cgit.h b/cgit.h index cd4af72..568e0c0 100644 --- a/cgit.h +++ b/cgit.h @@ -296,4 +296,6 @@ extern int cgit_close_filter(struct cgit_filter *filter); extern int readfile(const char *path, char **buf, size_t *size); +extern char *expand_macros(const char *txt); + #endif /* CGIT_H */