From 7ac6fad987c28dc5e0e7964084260f163179be68 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 15 May 2019 07:16:47 +0200 Subject: 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 . It should have been added to the internal header. Reviewed-by: Carlos O'Donell --- iconv/gconv.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'iconv/gconv.h') diff --git a/iconv/gconv.h b/iconv/gconv.h index 12fd775604..5ad26c06ac 100644 --- a/iconv/gconv.h +++ b/iconv/gconv.h @@ -142,13 +142,4 @@ typedef struct __gconv_info __extension__ struct __gconv_step_data __data[0]; } *__gconv_t; -/* Transliteration using the locale's data. */ -extern int __gconv_transliterate (struct __gconv_step *step, - struct __gconv_step_data *step_data, - const unsigned char *inbufstart, - const unsigned char **inbufp, - const unsigned char *inbufend, - unsigned char **outbufstart, - size_t *irreversible); - #endif /* gconv.h */ -- cgit 1.4.1