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