diff options
Diffstat (limited to 'ndp.h')
-rw-r--r-- | ndp.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,5 +3,10 @@ * Author: Stefano Brivio <sbrivio@redhat.com> */ +#ifndef NDP_H +#define NDP_H + int ndp(struct ctx *c, struct icmp6hdr *ih, unsigned char *eh_source, struct in6_addr *saddr); + +#endif /* NDP_H */ |