From 5efa370382039cc31c71186fef023efa6f1061d5 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 8 Mar 2004 15:25:09 +0000 Subject: [PATCH] (Idna_rc): Add IDNA_DLOPEN_ERROR error code, for libidn part of libc. --- lib/idna.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/idna.h b/lib/idna.h index 6a26af3..3bfd5e1 100644 --- a/lib/idna.h +++ b/lib/idna.h @@ -1,5 +1,5 @@ /* idna.h Declarations for IDNA. - * Copyright (C) 2002, 2003 Simon Josefsson + * Copyright (C) 2002, 2003, 2004 Simon Josefsson * * This file is part of GNU Libidn. * @@ -46,7 +46,8 @@ extern "C" IDNA_CONTAINS_ACE_PREFIX = 8, IDNA_ICONV_ERROR = 9, /* Internal errors. */ - IDNA_MALLOC_ERROR = 201 + IDNA_MALLOC_ERROR = 201, + IDNA_DLOPEN_ERROR = 202 } Idna_rc; /* IDNA flags */ -- 2.11.4.GIT