openldap/servers/slapd/back-bdb/proto-bdb.h
2000-09-18 21:35:08 +00:00

20 lines
308 B
C

/* $OpenLDAP$ */
/*
* Copyright 2000 The OpenLDAP Foundation, All Rights Reserved.
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
*/
#ifndef _PROTO_BDB_H
#define _PROTO_BDB_H
LDAP_BEGIN_DECL
/*
* error.c
*/
void bdb_errcall( const char *pfx, char * msg );
LDAP_END_DECL
#endif /* _PROTO_BDB_H */