aboutsummaryrefslogtreecommitdiffstats
path: root/src/charConv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charConv.h')
-rw-r--r--src/charConv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charConv.h b/src/charConv.h
index 4b1ed4237..d50e84520 100644
--- a/src/charConv.h
+++ b/src/charConv.h
@@ -23,6 +23,6 @@
int setCharSetConversion(char *to, char *from);
-char *convStrDup(char *string);
+char *char_conv_str(char *dest, char *string);
#endif