Fix prototype

parent 3674aa86
...@@ -589,7 +589,7 @@ struct ved_foo { ...@@ -589,7 +589,7 @@ struct ved_foo {
uint8_t tailbuf[8]; uint8_t tailbuf[8];
}; };
static int v_matchproto_(vdp_fini_f) static int v_matchproto_(vdp_init_f)
ved_gzgz_init(VRT_CTX, struct vdp_ctx *vdc, void **priv, struct objcore *oc) ved_gzgz_init(VRT_CTX, struct vdp_ctx *vdc, void **priv, struct objcore *oc)
{ {
ssize_t l; ssize_t l;
......
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