bootparam.h revision 1.3
1/*	$OpenBSD: bootparam.h,v 1.3 1998/05/31 23:39:18 mickey Exp $	*/
2
3int bp_whoami __P((int sock));
4int bp_getfile __P((int sock, char *key, struct in_addr *addrp, char *path));
5
6