diff -r f600b0d1fc5d -r faab25d520dd bl/fileutils.h --- a/bl/fileutils.h Fri Jan 27 10:30:16 2012 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -#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 */