mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
Fixed missing prototype for inet6_rthdr_reverse().
This commit is contained in:
parent
1c171d7474
commit
08db2b40dd
1 changed files with 2 additions and 0 deletions
|
|
@ -583,6 +583,8 @@ extern int inet6_rthdr_lasthop __P((struct cmsghdr *, u_int));
|
|||
extern int inet6_rthdr_segments __P((const struct cmsghdr *));
|
||||
extern struct in6_addr *inet6_rthdr_getaddr __P((struct cmsghdr *, int));
|
||||
extern int inet6_rthdr_getflags __P((const struct cmsghdr *, int));
|
||||
extern int inet6_rthdr_reverse __P((const struct cmsghdr *,
|
||||
struct cmsghdr *));
|
||||
__END_DECLS
|
||||
|
||||
#endif /* !_NETINET6_IN6_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue