summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/bootparam.h
diff options
context:
space:
mode:
authorisaki <isaki@NetBSD.org>2007-11-24 13:20:53 +0000
committerisaki <isaki@NetBSD.org>2007-11-24 13:20:53 +0000
commit1c038e6834cae6806ebb97ae00a41d67e4d72ae1 (patch)
treeeab430c54f7ca1bc68225b960a8f82356c93bf2f /sys/lib/libsa/bootparam.h
parent9ce1f92af748ec8139d3601fdf3b136b600eb57f (diff)
style, indent, and ANSI-fy.
Diffstat (limited to 'sys/lib/libsa/bootparam.h')
-rw-r--r--sys/lib/libsa/bootparam.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/lib/libsa/bootparam.h b/sys/lib/libsa/bootparam.h
index 6f0c773a075..b60a2c726d9 100644
--- a/sys/lib/libsa/bootparam.h
+++ b/sys/lib/libsa/bootparam.h
@@ -1,5 +1,4 @@
-/* $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);
+/* $NetBSD: bootparam.h,v 1.4 2007/11/24 13:20:54 isaki Exp $ */
+int bp_whoami(int);
+int bp_getfile(int, char *, struct in_addr *, char *);