diff options
| author | pk <pk@NetBSD.org> | 1999-02-11 09:10:43 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1999-02-11 09:10:43 +0000 |
| commit | eee0165e87475372d51044eb4600a830c146ab3f (patch) | |
| tree | 0466eb304ec2fd2c9aaff0d584fae9b88abd70a8 /sys/lib/libsa/net.h | |
| parent | 08f1cf64082c055dc6c2449543ee6d45f30c8a49 (diff) | |
Add missing prototypes.
Diffstat (limited to 'sys/lib/libsa/net.h')
| -rw-r--r-- | sys/lib/libsa/net.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/lib/libsa/net.h b/sys/lib/libsa/net.h index 4f979087a0a..c9af5a9eb94 100644 --- a/sys/lib/libsa/net.h +++ b/sys/lib/libsa/net.h @@ -1,4 +1,4 @@ -/* $NetBSD: net.h,v 1.10 1995/10/20 00:46:30 cgd Exp $ */ +/* $NetBSD: net.h,v 1.11 1999/02/11 09:10:44 pk Exp $ */ /* * Copyright (c) 1993 Adam Glass @@ -115,6 +115,8 @@ int in_cksum __P((void *, int)); char *inet_ntoa __P((struct in_addr)); char *intoa __P((n_long)); /* similar to inet_ntoa */ n_long inet_addr __P((char *)); +int in_cksum __P((void *, int)); +n_long ip_convertaddr __P((char *)); /* Machine-dependent functions: */ time_t getsecs __P((void)); |
