Skip to content
Snippets Groups Projects
Commit 34861cd1 authored by Juan Gomez's avatar Juan Gomez
Browse files

Added prototypes for rdn_attr_type() and rdn_attr_value(), which are

utility functions added to support the modrdn v3 implementation.
These parse and rdn of the form "attribute_type = attribute_value"
returning "attribute_type" and "attribute_value" respectively.
parent 943cfaf4
No related branches found
No related tags found
No related merge requests found
......@@ -123,6 +123,8 @@ char * dn_rdn LDAP_P(( Backend *be, char *dn ));
int dn_issuffix LDAP_P(( char *dn, char *suffix ));
int dn_type LDAP_P(( char *dn ));
char * dn_upcase LDAP_P(( char *dn ));
char * rdn_attr_value LDAP_P(( char * rdn ));
char * rdn_attr_type LDAP_P(( char * rdn ));
/*
* entry.c
......
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