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 --- dhcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dhcp.h') diff --git a/dhcp.h b/dhcp.h index ab74672..1591689 100644 --- a/dhcp.h +++ b/dhcp.h @@ -6,7 +6,7 @@ #ifndef DHCP_H #define DHCP_H -int dhcp(struct ctx *c, struct pool *p); +int dhcp(const struct ctx *c, const struct pool *p); void dhcp_init(void); #endif /* DHCP_H */ -- cgit v1.2.3