Skip to content
Snippets Groups Projects
Commit 48e53c84 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add prototypes for LDAPv3 draft functions

parent 42f2a836
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment