diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-31 23:39:19 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-31 23:39:19 +0000 |
commit | 0555c85ebba0a26c519f7b73838cc9bfbdf64241 (patch) | |
tree | ed461e60997c3f16a570b716efeda61bea719e68 /sys/lib/libsa/bootparam.h | |
parent | 6daa720f6b9ba5d248bf64e5fb251e23d803bb6a (diff) |
cleanup for !ANSI compilers, mostly __P usage
Diffstat (limited to 'sys/lib/libsa/bootparam.h')
-rw-r--r-- | sys/lib/libsa/bootparam.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/lib/libsa/bootparam.h b/sys/lib/libsa/bootparam.h index 57848423829..3581194606a 100644 --- a/sys/lib/libsa/bootparam.h +++ b/sys/lib/libsa/bootparam.h @@ -1,5 +1,5 @@ -/* $OpenBSD: bootparam.h,v 1.2 1996/09/23 14:18:49 mickey Exp $ */ +/* $OpenBSD: bootparam.h,v 1.3 1998/05/31 23:39:18 mickey Exp $ */ -int bp_whoami(int sock); -int bp_getfile(int sock, char *key, struct in_addr *addrp, char *path); +int bp_whoami __P((int sock)); +int bp_getfile __P((int sock, char *key, struct in_addr *addrp, char *path)); |