diff options
author | Lars Hjemli <hjemli@gmail.com> | 2010-07-18 15:03:08 +0200 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2010-07-18 15:03:08 +0200 |
commit | 5c5d189635287a3bfaa1a4aef133dc0c582a27c2 (patch) | |
tree | cf14b0a5578c9d23a560690e7e256260633ce043 /cgit.h | |
parent | 60fcf600f5010701c20b63867999a802ca0e05c0 (diff) | |
parent | ba56a37e863d0f90e3e953047486905cfb959925 (diff) | |
download | cgit-5c5d189635287a3bfaa1a4aef133dc0c582a27c2.tar.gz cgit-5c5d189635287a3bfaa1a4aef133dc0c582a27c2.tar.bz2 cgit-5c5d189635287a3bfaa1a4aef133dc0c582a27c2.zip |
Merge branch 'lh/macros'
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); extern int readfile(const char *path, char **buf, size_t *size); +extern char *expand_macros(const char *txt); + #endif /* CGIT_H */ |