From 5c5d189635287a3bfaa1a4aef133dc0c582a27c2 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 18 Jul 2010 13:03:08 +0000 Subject: Merge branch 'lh/macros' --- (limited to '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 */ -- cgit v0.9.0.2