From 98691d4203f4e578b84b2014db0fbe0c1209cc48 Mon Sep 17 00:00:00 2001 From: yzrh Date: Wed, 30 Dec 2020 03:09:00 +0000 Subject: Add HN text extraction. --- src/iconv.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/iconv.h') 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, -- cgit v1.2.3