mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-05 12:09:41 -04:00
8 lines
187 B
C
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_ */
|