Fix objiterator_f prototype decorations

parent 4b045170
......@@ -261,7 +261,7 @@ sbu_objfree(struct worker *wrk, struct objcore *oc)
}
// upstream ref 33ffbbc5b04849428621fc29b69d826dae3a1847
static int v_matchproto_(objiterate_f)
static int v_matchproto_(objiterator_f)
sbu_iterator(struct worker *wrk, struct objcore *oc,
void *priv, objiterate_f *func, int final)
{
......
......@@ -580,7 +580,7 @@ fellow_stream_f(void *priv, unsigned flush, const void *ptr, ssize_t len)
return (r);
}
static int v_matchproto_(objiterate_f)
static int v_matchproto_(objiterator_f)
sfemem_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