This commit is contained in:
Howard Chu 2007-01-15 01:20:08 +00:00
parent 9faf5ab5f0
commit a94c74987e

View file

@ -764,13 +764,14 @@ glue_tool_entry_put (
static int
glue_tool_entry_reindex (
BackendDB *b0,
ID id
ID id,
AttributeDescription **adv
)
{
if (!glueBack || !glueBack->be_entry_reindex)
return -1;
return glueBack->be_entry_reindex (glueBack, id);
return glueBack->be_entry_reindex (glueBack, id, adv);
}
static int