diff include/mygetline.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
line wrap: on
line diff
--- a/include/mygetline.h	Wed Oct 06 23:26:26 2010 +1100
+++ b/include/mygetline.h	Wed Oct 06 23:30:26 2010 +1100
@@ -31,5 +31,6 @@
 char *myfgetline(FILE *infile);
 #endif
 char *mygetline(int fd);
+char *mygetcontent(int fd);
 
 #endif /* #ifndef MYGETLINE_H */