diff include/ctrlvalue.h @ 754:ecb991e41a4c

Add $controlN$ substitution The interfaces to substitute() and substitute_one() have changed, as they now need to know the listdir to be able to find control files
author Ben Schmidt
date Wed, 06 Oct 2010 23:30:26 +1100
parents 3f177909efc8
children 43979253cf97
line wrap: on
line diff
--- a/include/ctrlvalue.h	Wed Oct 06 23:26:26 2010 +1100
+++ b/include/ctrlvalue.h	Wed Oct 06 23:30:26 2010 +1100
@@ -25,5 +25,6 @@
 #define CTRLVALUE_H
 
 char *ctrlvalue(const char *listdir, const char *ctrlstr);
+char *ctrlcontent(const char *listdir, const char *ctrlstr);
 
 #endif /* CTRLVALUE_H */