diff options
Diffstat (limited to 'src/charConv.h')
-rw-r--r-- | src/charConv.h | 2 |
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 |