mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-29 16:44:03 +00:00
Fix build after r281550 when WITHOUT_ICONV is defined.
Reported by: adrian MFC after: 2 weeks
This commit is contained in:
parent
f95c930e67
commit
969dfbc7f3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=281591
@ -30,7 +30,7 @@
|
||||
#define _ICONV_H_
|
||||
|
||||
typedef void *iconv_t;
|
||||
typedef size_t dl_iconv_t(iconv_t, const char **, size_t *, char **, size_t *);
|
||||
typedef size_t dl_iconv_t(iconv_t, char **, size_t *, char **, size_t *);
|
||||
typedef int dl_iconv_close_t(iconv_t);
|
||||
|
||||
extern iconv_t dl_iconv_open(const char *, const char *);
|
||||
|
Loading…
Reference in New Issue
Block a user