]> git.sur5r.net Git - openldap/commitdiff
Rename LDAP_OPT_ERROR_NUMBER to LDAP_OPT_RESULT_CODE, according to
authorHallvard Furuseth <hallvard@openldap.org>
Tue, 22 Jul 2003 18:19:37 +0000 (18:19 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Tue, 22 Jul 2003 18:19:37 +0000 (18:19 +0000)
draft-ietf-ldapext-ldap-c-api-05.txt, and keep the old name as an alias.

include/ldap.h

index b655abdc18f14c8a307a2d0e13019f1248e758a3..2740ccdebcc28184fb48eb9aa5c55c793feb4762 100644 (file)
@@ -95,7 +95,8 @@ LDAP_BEGIN_DECL
 
 /* 0x16 - 0x2f not defined by current draft */
 #define LDAP_OPT_HOST_NAME                     0x0030
-#define        LDAP_OPT_ERROR_NUMBER           0x0031
+#define LDAP_OPT_RESULT_CODE           0x0031
+#define LDAP_OPT_ERROR_NUMBER          LDAP_OPT_RESULT_CODE
 #define LDAP_OPT_ERROR_STRING          0x0032
 #define LDAP_OPT_MATCHED_DN                    0x0033