diff options
Diffstat (limited to 'dhcp.h')
-rw-r--r-- | dhcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ * Author: Stefano Brivio <sbrivio@redhat.com> */ -int dhcp(struct ctx *c, struct ethhdr *eh, size_t len); +int dhcp(struct ctx *c, struct pool *p); void dhcp_init(void); |