diff options
Diffstat (limited to 'src/iconv.h')
-rw-r--r-- | src/iconv.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/iconv.h b/src/iconv.h index 50019bc..da7fefa 100644 --- a/src/iconv.h +++ b/src/iconv.h @@ -4,8 +4,7 @@ * SPDX-License-Identifier: Apache-2.0 */ -int -strconv(char **dst, +int strconv(char **dst, const char * restrict dst_code, const char * restrict src, const char * restrict src_code, |