ITS#3843 from jtownsend@opendarwin.org: hide index_attrs / index_dummy

This commit is contained in:
Howard Chu 2005-07-07 03:51:43 +00:00
parent 7cc496fd25
commit 11a1349366

View File

@ -35,7 +35,7 @@ static dn_id hbuf[HOLE_SIZE], *holes = hbuf;
static unsigned nhmax = HOLE_SIZE;
static unsigned nholes;
Avlnode *index_attrs, index_dummy;
static Avlnode *index_attrs, index_dummy;
int bdb_tool_entry_open(
BackendDB *be, int mode )