From 50b3b7b3e576bfcb8682ce7d4b0eb15086c214b4 Mon Sep 17 00:00:00 2001 From: jcid Date: Tue, 12 Aug 2008 22:24:37 +0200 Subject: - Eliminated gcc 4.2.3 warnings on 64bit OS. --- 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 c4d901ab..2659875b 100644 --- a/src/misc.h +++ b/src/misc.h @@ -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); -- cgit v1.2.3