comparison 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
comparison
equal deleted inserted replaced
753:b58fd7980358 754:ecb991e41a4c
23 23
24 #ifndef CTRLVALUE_H 24 #ifndef CTRLVALUE_H
25 #define CTRLVALUE_H 25 #define CTRLVALUE_H
26 26
27 char *ctrlvalue(const char *listdir, const char *ctrlstr); 27 char *ctrlvalue(const char *listdir, const char *ctrlstr);
28 char *ctrlcontent(const char *listdir, const char *ctrlstr);
28 29
29 #endif /* CTRLVALUE_H */ 30 #endif /* CTRLVALUE_H */