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 | Merge branch 'stable' (diff) | |
| parent | Add support for environment variable expansion (diff) | |
| download | cgit-5c5d189635287a3bfaa1a4aef133dc0c582a27c2.tar.gz cgit-5c5d189635287a3bfaa1a4aef133dc0c582a27c2.tar.bz2 cgit-5c5d189635287a3bfaa1a4aef133dc0c582a27c2.zip | |
Merge branch 'lh/macros'
Diffstat (limited to '')
| -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 */ | 
