diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-24 14:06:55 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-24 14:06:55 +0000 |
commit | e126f75830cecd510badcaacef8e3aa055b4aec4 (patch) | |
tree | f2a4264534d24a67fda48b8ba4a2139677b478db /sys/netinet/ip_ipsp.c | |
parent | b277b44f4d5aa5d3c58909063f992bb8a6f9608c (diff) |
OpenBSD tags + some prototyping police
Diffstat (limited to 'sys/netinet/ip_ipsp.c')
-rw-r--r-- | sys/netinet/ip_ipsp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/netinet/ip_ipsp.c b/sys/netinet/ip_ipsp.c index 7d8357ef1ab..fb6c10cf97c 100644 --- a/sys/netinet/ip_ipsp.c +++ b/sys/netinet/ip_ipsp.c @@ -1,3 +1,5 @@ +/* $OpenBSD: ip_ipsp.c,v 1.6 1997/02/24 14:06:42 niklas Exp $ */ + /* * The author of this code is John Ioannidis, ji@tla.org, * (except when noted otherwise). @@ -55,6 +57,9 @@ #include <netinet/ip_ah.h> #include <netinet/ip_esp.h> +int tdb_init __P((struct tdb *, struct mbuf *)); +int ipsp_kern __P((int, char **, int)); + #ifdef ENCDEBUG int encdebug = 1; #endif |