diff options
author | jcid <devnull@localhost> | 2008-08-12 22:24:37 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-08-12 22:24:37 +0200 |
commit | 50b3b7b3e576bfcb8682ce7d4b0eb15086c214b4 (patch) | |
tree | 8dcfb49b2dc4a3d650bf8cbba160e057ae4fa0bd /src/misc.h | |
parent | 9eba6c5572de8bfe82606206e8a44a403d936f32 (diff) |
- Eliminated gcc 4.2.3 warnings on 64bit OS.
Diffstat (limited to 'src/misc.h')
-rw-r--r-- | src/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ extern "C" { #endif /* __cplusplus */ -char *a_Misc_escape_chars(const char *str, char *esc_set); +char *a_Misc_escape_chars(const char *str, const char *esc_set); char *a_Misc_expand_tabs(const char *str); 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); |