summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/bootp.h
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>1999-02-11 09:10:43 +0000
committerpk <pk@NetBSD.org>1999-02-11 09:10:43 +0000
commiteee0165e87475372d51044eb4600a830c146ab3f (patch)
tree0466eb304ec2fd2c9aaff0d584fae9b88abd70a8 /sys/lib/libsa/bootp.h
parent08f1cf64082c055dc6c2449543ee6d45f30c8a49 (diff)
Add missing prototypes.
Diffstat (limited to 'sys/lib/libsa/bootp.h')
-rw-r--r--sys/lib/libsa/bootp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libsa/bootp.h b/sys/lib/libsa/bootp.h
index 7435e3cdbbb..62febb98f74 100644
--- a/sys/lib/libsa/bootp.h
+++ b/sys/lib/libsa/bootp.h
@@ -1,4 +1,4 @@
-/* $NetBSD: bootp.h,v 1.4 1997/09/06 13:55:57 drochner Exp $ */
+/* $NetBSD: bootp.h,v 1.5 1999/02/11 09:10:43 pk Exp $ */
/*
* Bootstrap Protocol (BOOTP). RFC951 and RFC1048.
@@ -135,3 +135,5 @@ struct cmu_vend {
/* v_flags values */
#define VF_SMASK 1 /* Subnet mask field contains valid data */
+
+extern void bootp __P((int));