diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1998-08-20 08:19:55 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1998-08-20 08:19:55 +0000 |
| commit | 6b4f575cb13a8eaf7f248ef7d2fc3c457e864af8 (patch) | |
| tree | 596825930bb5a6cae7dbb8b539602dcac3b2ff78 /lib/libstand/bootparam.h | |
| parent | 5879dcdb05b9c66c5679c363a7a760e5813ee5e7 (diff) | |
Notes
Diffstat (limited to 'lib/libstand/bootparam.h')
| -rw-r--r-- | lib/libstand/bootparam.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libstand/bootparam.h b/lib/libstand/bootparam.h new file mode 100644 index 0000000000000..6f0c773a07595 --- /dev/null +++ b/lib/libstand/bootparam.h @@ -0,0 +1,5 @@ +/* $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); + |
