fix sml_iterator prototype

parent b2914a12
......@@ -273,7 +273,7 @@ sml_objfree(struct worker *wrk, struct objcore *oc)
wrk->stats->n_object--;
}
static int v_matchproto_(objiterate_f)
static int v_matchproto_(objiterator_f)
sml_iterator(struct worker *wrk, struct objcore *oc,
void *priv, objiterate_f *func, int final)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment