diff options
Diffstat (limited to 'dhcpv6.h')
-rw-r--r-- | dhcpv6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dhcpv6.h b/dhcpv6.h new file mode 100644 index 0000000..b29ddcd --- /dev/null +++ b/dhcpv6.h @@ -0,0 +1,2 @@ +int dhcpv6(struct ctx *c, struct ethhdr *eh, size_t len); +void dhcpv6_init(struct ctx *c); |