From f3237abb84118cd7a02056d37a0f085c420862fe Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 20 Nov 2013 20:24:59 +0000 Subject: MFC r258283 - move iconv* symbols out of libc.so.7 namespace with compatibility symbols to aid transition for existing 10.x installs. Approved by: re (kib) --- include/iconv.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'include/iconv.h') diff --git a/include/iconv.h b/include/iconv.h index c6b0799..da1036a 100644 --- a/include/iconv.h +++ b/include/iconv.h @@ -69,17 +69,12 @@ size_t __iconv(iconv_t, const char **, size_t *, char **, /* * GNU interfaces for iconv */ -/* We have iconvctl() */ -#define _ICONV_VERSION 0x0108 -extern int _iconv_version; - typedef struct { void *spaceholder[64]; } iconv_allocation_t; int iconv_open_into(const char *, const char *, iconv_allocation_t *); -void iconv_set_relocation_prefix(const char *orig_prefix, - const char *curr_prefix); +void iconv_set_relocation_prefix(const char *, const char *); /* * iconvctl() request macros -- cgit v1.1