Commit 86c817ef authored by Nils Goroll's avatar Nils Goroll

adjust code signatures

parent efc2f499
......@@ -51,7 +51,7 @@ const char placeholder[] = "\"vmod-esiextra magic placeholder " \
"vmod-esiextra magic placeholder \"";
const size_t placeholder_l = sizeof(placeholder) - 1;
static enum vfp_status __match_proto__(vfp_init_f)
static enum vfp_status
vfp_bodyhash_init(struct vfp_ctx *vc, struct vfp_entry *vfe)
{
struct bodyhash *bh;
......@@ -75,7 +75,7 @@ vfp_bodyhash_init(struct vfp_ctx *vc, struct vfp_entry *vfe)
return (VFP_OK);
}
static enum vfp_status __match_proto__(vfp_pull_f)
static enum vfp_status
vfp_bodyhash_pull(struct vfp_ctx *vc, struct vfp_entry *vfe, void *p,
ssize_t *lp)
{
......@@ -100,7 +100,7 @@ const char hexe[16] = {
};
// XXX make non-void
static void __match_proto__(vfp_fini_f)
static void
vfp_bodyhash_fini(struct vfp_ctx *vc, struct vfp_entry *vfe)
{
struct bodyhash *bh;
......
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