aboutsummaryrefslogtreecommitdiff
path: root/src/misc.h
diff options
context:
space:
mode:
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 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);