mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
5 lines
164 B
C
5 lines
164 B
C
/* $NetBSD: bootparam.h,v 1.3 1998/01/05 19:19:41 perry Exp $ */
|
|
|
|
int bp_whoami(int sock);
|
|
int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path);
|
|
|