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

Add prototype for at_add().

parent aeb13fce
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ int at_append_to_list LDAP_P(( AttributeType *sat, AttributeType ***listp ));
int at_delete_from_list LDAP_P(( int pos, AttributeType ***listp ));
int at_fake_if_needed LDAP_P(( char *name ));
int at_schema_info LDAP_P(( Entry *e ));
int at_add LDAP_P(( LDAP_ATTRIBUTE_TYPE *at, char **err ));
/*
* ava.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