aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2010-07-18 15:03:08 +0200
committerLars Hjemli <hjemli@gmail.com>2010-07-18 15:03:08 +0200
commit5c5d189635287a3bfaa1a4aef133dc0c582a27c2 (patch)
treecf14b0a5578c9d23a560690e7e256260633ce043 /cgit.h
parentMerge branch 'stable' (diff)
parentAdd support for environment variable expansion (diff)
downloadcgit-5c5d189635287a3bfaa1a4aef133dc0c582a27c2.tar.xz
cgit-5c5d189635287a3bfaa1a4aef133dc0c582a27c2.zip
Merge branch 'lh/macros'
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 2 insertions, 0 deletions
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 */