changeset 37 | 037942e1bc4f |
parent 5 | f600b0d1fc5d |
child 69 | 1016349e619f |
1.1 --- a/bl/textfileutils.h Fri Jan 27 10:30:16 2012 +0000 1.2 +++ b/bl/textfileutils.h Mon Feb 20 10:10:48 2012 +0000 1.3 @@ -1,9 +1,9 @@ 1.4 #ifndef BL_TEXTFILEUTILS_H 1.5 #define BL_TEXTFILEUTILS_H 1.6 1.7 -#include <bl/bl.h> 1.8 +#include <glib.h> 1.9 1.10 -boolean file_get_contents_text(const char *filename,char **contents, 1.11 +gboolean file_get_contents_text(const char *filename,char **contents, 1.12 size_t *length); 1.13 1.14 #endif /* BL_TEXTFILEUTILS_H */