diff options
author | jcid <devnull@localhost> | 2008-04-15 17:43:17 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-04-15 17:43:17 +0200 |
commit | 634f82d108c6ad53e09526f81887d916cca3de12 (patch) | |
tree | c57fcb471c9e308c09795c16b1679f45dafb6596 /src/misc.h | |
parent | 9c133c549782b93b16769de0ffad1615c34feec5 (diff) |
- Made file inputs free the loaded file after the page is left.
Diffstat (limited to 'src/misc.h')
-rw-r--r-- | src/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |