bl/textfileutils.h
changeset 26 d9f14c625111
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	Sat Feb 18 21:23:39 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 */