Rename LDAP_OPT_ERROR_NUMBER to LDAP_OPT_RESULT_CODE, according to

draft-ietf-ldapext-ldap-c-api-05.txt, and keep the old name as an alias.
This commit is contained in:
Hallvard Furuseth 2003-07-22 18:19:37 +00:00
parent e01031b357
commit 9290801052

View 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