aboutsummaryrefslogtreecommitdiff
path: root/src/misc.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-04-15 17:43:17 +0200
committerjcid <devnull@localhost>2008-04-15 17:43:17 +0200
commit634f82d108c6ad53e09526f81887d916cca3de12 (patch)
treec57fcb471c9e308c09795c16b1679f45dafb6596 /src/misc.h
parent9c133c549782b93b16769de0ffad1615c34feec5 (diff)
- Made file inputs free the loaded file after the page is left.
Diffstat (limited to 'src/misc.h')
-rw-r--r--src/misc.h2
1 files changed, 1 insertions, 1 deletions
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
}