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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arp.h') diff --git a/arp.h b/arp.h index 34b15db..ecb82fc 100644 --- a/arp.h +++ b/arp.h @@ -20,6 +20,6 @@ struct arpmsg { unsigned char tip[4]; } __attribute__((__packed__)); -int arp(struct ctx *c, struct pool *p); +int arp(const struct ctx *c, const struct pool *p); #endif /* ARP_H */ -- cgit v1.2.3