summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2013-11-20 20:24:59 +0000
committerpeter <peter@FreeBSD.org>2013-11-20 20:24:59 +0000
commitf3237abb84118cd7a02056d37a0f085c420862fe (patch)
tree8137fab0a8c34535339ae35ec70a5e4d8b821e60 /include
parentf6e0c2efdfd7c52bf4e24295e348c6e542a2e7ac (diff)
downloadFreeBSD-src-f3237abb84118cd7a02056d37a0f085c420862fe.zip
FreeBSD-src-f3237abb84118cd7a02056d37a0f085c420862fe.tar.gz
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)
Diffstat (limited to 'include')
-rw-r--r--include/iconv.h7
1 files changed, 1 insertions, 6 deletions
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
OpenPOWER on IntegriCloud