diff -r c2f4c0285180 -r f600b0d1fc5d bl/textfileutils.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bl/textfileutils.h Fri Jan 27 10:30:16 2012 +0000 @@ -0,0 +1,9 @@ +#ifndef BL_TEXTFILEUTILS_H +#define BL_TEXTFILEUTILS_H + +#include + +boolean file_get_contents_text(const char *filename,char **contents, + size_t *length); + +#endif /* BL_TEXTFILEUTILS_H */