/* dbcache.c - manage cache of open databases */ /* $OpenLDAP$ */ /* * Copyright 1998-2001 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ #include "portable.h" #include #include #include #include #include #include #include "slap.h" #include "back-bdb.h" int bdb_db_cache( Backend *be, const char *name, DB *db ) { return -1; }