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

40 lines
866 B
C
Raw Normal View History

2000-09-19 02:51:07 +08:00
/* $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 2000-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>.
2000-09-19 02:51:07 +08:00
*/
#ifndef _BDB_EXTERNAL_H
#define _BDB_EXTERNAL_H
2004-11-11 08:38:11 +08:00
#ifndef _PROTO_BDB_H
#error "\"proto-bdb.h\" must be included first"
#endif /* _PROTO_BDB_H */
2004-11-11 08:38:11 +08:00
/*
2004-11-11 08:38:11 +08:00
#include "proto-bdb.h"
2004-11-11 08:38:11 +08:00
* must be included first
*/
2004-11-11 08:38:11 +08:00
LDAP_BEGIN_DECL
2004-11-11 08:38:11 +08:00
#define bdb_back_initialize BDB_SYMBOL(back_initialize)
2004-11-11 08:38:11 +08:00
extern BI_init bdb_back_initialize;
2001-12-27 08:31:55 +08:00
2000-09-19 02:51:07 +08:00
LDAP_END_DECL
#endif /* _BDB_EXTERNAL_H */