mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
21 lines
375 B
C
21 lines
375 B
C
/* $OpenLDAP$ */
|
|
/*
|
|
* Copyright 2000-2003 The OpenLDAP Foundation, All Rights Reserved.
|
|
* Copyright 2003 Howard Chu @ Symas Corp.
|
|
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
*/
|
|
|
|
#ifndef _HDB_EXTERNAL_H
|
|
#define _HDB_EXTERNAL_H
|
|
|
|
#ifndef BDB_HIER
|
|
#define BDB_HIER
|
|
#endif
|
|
|
|
extern BI_init hdb_initialize;
|
|
|
|
#include "../back-bdb/external.h"
|
|
|
|
#endif /* _HDB_EXTERNAL_H */
|
|
|