mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-06 04:29:25 -04:00
6 lines
126 B
C
6 lines
126 B
C
/* $NetBSD: getif.h,v 1.3 2002/07/14 00:26:17 wiz Exp $ */
|
|
|
|
/* getif.h */
|
|
|
|
extern struct ifreq *getif(int, struct in_addr *);
|