New error code for null string input.

This commit is contained in:
Julio Sánchez Fernández 1999-05-29 23:57:39 +00:00
parent 2c6f4abc0a
commit 7129d11e8f

View 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 */