mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Add prototypes for LDAPv3 draft functions
This commit is contained in:
parent
42f2a83607
commit
48e53c8487
@ -164,6 +164,12 @@ LDAP_F unsigned long ber_get_next LDAP_P(( Sockbuf *sb, unsigned long *len,
|
||||
LDAP_F void ber_init_w_nullc LDAP_P(( BerElement *ber, int options ));
|
||||
LDAP_F void ber_reset LDAP_P(( BerElement *ber, int was_writing ));
|
||||
|
||||
/*
|
||||
* LDAPv3 routines (not yet implemented)
|
||||
*/
|
||||
LDAP_F BerElement *ber_init LDAP_P(( struct berval *bv ));
|
||||
LDAP_F int ber_flatten LDAP_P(( BerElement *ber, struct berval **bvPtr ));
|
||||
|
||||
LDAP_END_DECL
|
||||
|
||||
#endif /* _LBER_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user