From 48582bf47f5ef7a1bf136ca455d182addad08028 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sat, 26 Mar 2022 07:23:21 +0100 Subject: treewide: Mark constant references as const Signed-off-by: Stefano Brivio --- arp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arp.c') diff --git a/arp.c b/arp.c index bcce804..e8f21b5 100644 --- a/arp.c +++ b/arp.c @@ -36,7 +36,7 @@ * * Return: 1 if handled, -1 on failure */ -int arp(struct ctx *c, struct pool *p) +int arp(const struct ctx *c, const struct pool *p) { unsigned char swap[4]; struct ethhdr *eh; -- cgit v1.2.3