Merge branch 'lh/macros'

This commit is contained in:
Lars Hjemli
2010-07-18 15:03:08 +02:00
3 changed files with 78 additions and 5 deletions

2
cgit.h
View File

@ -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 */