X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/60fcf600f5010701c20b63867999a802ca0e05c0..5c5d189635287a3bfaa1a4aef133dc0c582a27c2:/cgit.h diff --git a/cgit.h b/cgit.h index 2b28d63..2bf6ab0 100644 --- a/cgit.h +++ b/cgit.h @@ -302,4 +302,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 */