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

21 lines
375 B
C
Raw Normal View History

/* $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
2003-04-23 15:25:44 +08:00
extern BI_init hdb_initialize;
#include "../back-bdb/external.h"
#endif /* _HDB_EXTERNAL_H */