From bec5a20124320145c9d9d1afea6b0426259f58f4 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 8 Mar 2004 20:41:31 +0000 Subject: [PATCH] Fix IDNA_DLOPEN_ERROR. --- doc/libidn.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/libidn.texi b/doc/libidn.texi index 53780f3..ca12719 100644 --- a/doc/libidn.texi +++ b/doc/libidn.texi @@ -1102,6 +1102,10 @@ Could not convert string in locale encoding. Could not allocate buffer (this is typically a fatal error). @end deftypevr +@deftypevr {Return code} {Idna_rc} IDNA_DLOPEN_ERROR +Could not dlopen libcidn DSO (only used internally in libc). +@end deftypevr + @section Control Flags The IDNA @code{flags} parameter can take on the following values, or a -- 2.11.4.GIT