xref: /netbsd/usr.sbin/rarpd/mkarp.h (revision 84dd8f31)
1 /*	$NetBSD: mkarp.h,v 1.2 2002/07/14 00:58:30 wiz Exp $	*/
2 
3 /*
4  * This file is in the public domain.
5  */
6 
7 int mkarp(u_int8_t *, u_int32_t);
8