]> git.sur5r.net Git - openldap/commitdiff
Update comments
authorKurt Zeilenga <kurt@openldap.org>
Thu, 1 Feb 2001 19:39:12 +0000 (19:39 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 1 Feb 2001 19:39:12 +0000 (19:39 +0000)
include/ldap.h

index 865e27b6b41ea54b45a85b4a7ae5d683d81d4ba1..d3b1dfada93eaeb45dcfcd31c7577840a75ce482 100644 (file)
@@ -394,6 +394,7 @@ typedef struct ldapcontrol {
 
 #define LDAP_API_ERROR(n)              LDAP_RANGE((n),0x51,0x61) /* 81-97 */
 
+/* reserved for APIs */
 #define LDAP_SERVER_DOWN               0x51
 #define LDAP_LOCAL_ERROR               0x52
 #define LDAP_ENCODING_ERROR            0x53
@@ -405,7 +406,7 @@ typedef struct ldapcontrol {
 #define LDAP_PARAM_ERROR               0x59
 #define LDAP_NO_MEMORY                 0x5a
 
-/* not technically reserved for APIs */
+/* used but not reserved for APIs */
 #define LDAP_CONNECT_ERROR                             0x5b    /* draft-ietf-ldap-c-api-xx */
 #define LDAP_NOT_SUPPORTED                             0x5c    /* draft-ietf-ldap-c-api-xx */
 #define LDAP_CONTROL_NOT_FOUND                 0x5d    /* draft-ietf-ldap-c-api-xx */