openldap/servers/slapd/back-ldbm/external.h

26 lines
655 B
C
Raw Normal View History

/* $OpenLDAP$ */
2003-11-29 05:08:20 +08:00
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
2004-01-02 03:15:16 +08:00
* Copyright 1998-2004 The OpenLDAP Foundation.
2003-11-29 05:08:20 +08:00
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenLDAP
* Public License.
*
* A copy of this license is available in the file LICENSE in the
* top-level directory of the distribution or, alternatively, at
* <http://www.OpenLDAP.org/license.html>.
*/
1999-08-07 07:07:46 +08:00
#ifndef _LDBM_EXTERNAL_H
#define _LDBM_EXTERNAL_H
LDAP_BEGIN_DECL
2004-11-11 08:39:19 +08:00
extern BI_init ldbm_back_initialize;
2000-06-17 15:45:40 +08:00
LDAP_END_DECL
#endif /* _LDBM_EXTERNAL_H */