mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Add prototype for at_add().
This commit is contained in:
parent
aeb13fce01
commit
c10742a7b5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user