netbsd/sys/netinet/in_ifattach.h
2013-04-06 16:48:33 +02:00

8 lines
187 B
C

#ifndef _NETINET_IN_IFATTACH_H_
#define _NETINET_IN_IFATTACH_H_
void in_domifdetach(struct ifnet *, void *);
void *in_domifattach(struct ifnet *);
#endif /* !_NETINET_IN_IFATTACH_H_ */