iconv: Remove public declaration of __gconv_transliterate
commit7ac6fad987c28dc5e0e7964084260f163179be68
authorFlorian Weimer <fweimer@redhat.com>
Wed, 15 May 2019 05:16:47 +0000 (15 07:16 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Wed, 15 May 2019 05:16:47 +0000 (15 07:16 +0200)
tree73a6e215212fddaa4a0fa82fe0ba55a078f5958b
parent04b261bdc13afd1f7644c756a23df3d43d400fa4
iconv: Remove public declaration of __gconv_transliterate

Commit ba7b4d294b01870ce3497971e9d07ee261cdc540 ("Complete the
removal of __gconv_translit_find") added a declaration of the
GLIBC_PRIVATE function, __gconv_transliterate, to the installed
header <gconv.h>.  It should have been added to the internal
<gconv_int.h> header.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog
iconv/gconv.h
iconv/gconv_int.h
iconv/loop.c
iconv/skeleton.c