diff options
Diffstat (limited to 'libidn/idna.c')
-rw-r--r-- | libidn/idna.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libidn/idna.c b/libidn/idna.c index 69c928fc42..bf692c029b 100644 --- a/libidn/idna.c +++ b/libidn/idna.c @@ -778,6 +778,8 @@ idna_to_unicode_lzlz (const char *input, char **output, int flags) * @IDNA_ICONV_ERROR: Could not convert string in locale encoding. * @IDNA_MALLOC_ERROR: Could not allocate buffer (this is typically a * fatal error). + * @IDNA_DLOPEN_ERROR: Could not dlopen the libcidn DSO (only used + * internally in libc). * * Enumerated return codes of idna_to_ascii_4i(), * idna_to_unicode_44i() functions (and functions derived from those |