]> git.sur5r.net Git - openldap/blobdiff - include/ldap.h
Update copyright notices
[openldap] / include / ldap.h
index 1a801a3a32390be344ed94bae26b079445f46be4..64ac066710b1f7fed3fc31e0515619b94cc4fee6 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -1164,8 +1164,8 @@ ldap_get_dn LDAP_P((
        LDAPMessage *entry ));
 
 typedef struct ldap_ava {
-       struct berval *la_attr;
-       struct berval *la_value;
+       struct berval la_attr;
+       struct berval la_value;
        unsigned la_flags;
 #define LDAP_AVA_STRING                0x0000U
 #define LDAP_AVA_BINARY                0x0001U
@@ -1184,6 +1184,7 @@ typedef LDAPRDN** LDAPDN;
 #define LDAP_DN_FORMAT_DCE             0x0030U
 #define LDAP_DN_FORMAT_UFN             0x0040U /* dn2str only */
 #define LDAP_DN_FORMAT_AD_CANONICAL    0x0050U /* dn2str only */
+#define LDAP_DN_FORMAT_LBER            0x00F0U /* for testing only */
 #define LDAP_DN_FORMAT_MASK            0x00F0U
 
 /* DN flags */