From 634f82d108c6ad53e09526f81887d916cca3de12 Mon Sep 17 00:00:00 2001 From: jcid Date: Tue, 15 Apr 2008 17:43:17 +0200 Subject: - Made file inputs free the loaded file after the page is left. --- src/misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc.h') diff --git a/src/misc.h b/src/misc.h index 71a00b68..145b155b 100644 --- a/src/misc.h +++ b/src/misc.h @@ -15,7 +15,7 @@ int a_Misc_get_content_type_from_data(void *Data, size_t Size,const char **PT); int a_Misc_content_type_check(const char *EntryType, const char *DetectedType); int a_Misc_parse_geometry(char *geom, int *x, int *y, int *w, int *h); char *a_Misc_encode_base64(const char *in); - +Dstr *a_Misc_file2dstr(const char *filename); #ifdef __cplusplus } -- cgit v1.2.3