xref: /netbsd-src/usr.sbin/rarpd/mkarp.h (revision 9fbd88883c38d0c0fbfcbe66d76fe6b0fab3f9de)
1 /*	$NetBSD: mkarp.h,v 1.1 1997/11/24 18:43:12 is Exp $	*/
2 
3 /*
4  * This file is in the public domain.
5  */
6 
7 int mkarp __P((u_int8_t *, u_int32_t));
8