mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
17 lines
311 B
C
17 lines
311 B
C
/* $OpenLDAP$ */
|
|
/*
|
|
* Copyright 2000 The OpenLDAP Foundation, All Rights Reserved.
|
|
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
*/
|
|
|
|
#ifndef _BDB_EXTERNAL_H
|
|
#define _BDB_EXTERNAL_H
|
|
|
|
LDAP_BEGIN_DECL
|
|
|
|
extern int bdb_back_initialize LDAP_P(( BackendInfo *bi ));
|
|
|
|
LDAP_END_DECL
|
|
|
|
#endif /* _BDB_EXTERNAL_H */
|
|
|