mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
Remove extraneous do_close() prototype. Conflicts with perl internals.
This commit is contained in:
parent
1966222b50
commit
371e1e5936
1 changed files with 0 additions and 2 deletions
|
|
@ -218,8 +218,6 @@ void send_ldap_result LDAP_P(( Connection *conn, Operation *op, int err, char *m
|
|||
void send_ldap_search_result LDAP_P(( Connection *conn, Operation *op, int err,
|
||||
char *matched, char *text, int nentries ));
|
||||
|
||||
void do_close( Connection *conn, long opid );
|
||||
|
||||
/*
|
||||
* schema.c
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue