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