Commit 7fd371e0 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add missing decorators

parent d75c2a1f
......@@ -574,7 +574,7 @@ struct ved_foo {
uint8_t tailbuf[8];
};
static int
static int v_matchproto_(objiterate_f)
ved_objiterate(void *priv, int flush, const void *ptr, ssize_t len)
{
struct ved_foo *foo;
......
......@@ -701,7 +701,7 @@ vbf_stp_fetchend(struct worker *wrk, struct busyobj *bo)
/*--------------------------------------------------------------------
*/
static int
static int v_matchproto_(objiterate_f)
vbf_objiterator(void *priv, int flush, const void *ptr, ssize_t len)
{
struct busyobj *bo;
......
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