diff options
Diffstat (limited to 'src/charConv.h')
-rw-r--r-- | src/charConv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charConv.h b/src/charConv.h index d50e84520..a416b5c8f 100644 --- a/src/charConv.h +++ b/src/charConv.h @@ -21,8 +21,8 @@ #include "../config.h" -int setCharSetConversion(char *to, char *from); +int setCharSetConversion(const char *to, const char *from); -char *char_conv_str(char *dest, char *string); +char *char_conv_str(char *dest, const char *string); #endif |