fix bdb_cache_deref() definition to match prototype

This commit is contained in:
Ralf Haferkamp 2011-02-23 15:51:09 +00:00
parent 4f2949b1ce
commit 24eb35f9b7

View File

@ -1208,7 +1208,7 @@ bdb_cache_add(
return rc; return rc;
} }
int bdb_cache_deref( void bdb_cache_deref(
EntryInfo *ei EntryInfo *ei
) )
{ {