]> git.sur5r.net Git - openldap/commitdiff
New error code for null string input.
authorJulio Sánchez Fernández <jsanchez@openldap.org>
Sat, 29 May 1999 23:57:39 +0000 (23:57 +0000)
committerJulio Sánchez Fernández <jsanchez@openldap.org>
Sat, 29 May 1999 23:57:39 +0000 (23:57 +0000)
include/ldap_schema.h

index ac7619a237d8cde139711f8011b37b658fd0eab0..0e66b681f13031c3592d6154b7a607486ea69520 100644 (file)
@@ -30,6 +30,7 @@ LDAP_BEGIN_DECL
 #define LDAP_SCHERR_BADDESC            7
 #define LDAP_SCHERR_BADSUP             8
 #define LDAP_SCHERR_DUPOPT             9
+#define LDAP_SCHERR_EMPTY              10
 
 typedef struct ldap_attributetype {
        char *at_oid;           /* REQUIRED */