ca987d4641
Sponsored by: Netflix
7 lines
180 B
C
7 lines
180 B
C
/* $NetBSD: bootparam.h,v 1.3 1998/01/05 19:19:41 perry Exp $ */
|
|
/* $FreeBSD$ */
|
|
|
|
int bp_whoami(int sock);
|
|
int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path);
|
|
|