Fix bug #21: False positive: Opening slanted double-quote, followed by single slanted quote, should be accepted by BL
1 #ifndef BL_TEXTFILEUTILS_H
2 #define BL_TEXTFILEUTILS_H
6 gboolean file_get_contents_text(const char *filename,char **contents,
7 size_t *length,GError **err);
9 #endif /* BL_TEXTFILEUTILS_H */