diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-10 05:31:59 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-10 05:31:59 +0000 |
commit | 97cc2be43642d312fc6e64d7a46af8522f277fc7 (patch) | |
tree | e564b7dde97272b67460cd901951d5b50e12a114 /sys/net | |
parent | 907b9be609e1fa1832654da6335113c749cf01d1 (diff) |
Remove unnecessary function prototype.
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/pfkeyv2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/net/pfkeyv2.c b/sys/net/pfkeyv2.c index 975df403a27..b89f368e70c 100644 --- a/sys/net/pfkeyv2.c +++ b/sys/net/pfkeyv2.c @@ -94,7 +94,6 @@ void import_key(struct ipsecinit *, struct sadb_key *, int); void import_lifetime(struct tdb *, struct sadb_lifetime *, int); void import_sa(struct tdb *, struct sadb_sa *, struct ipsecinit *); int pfdatatopacket(void *, int, struct mbuf **); -int pfkeyv2_acquire(struct tdb *, int); int pfkeyv2_create(struct socket *); int pfkeyv2_get(struct tdb *, void **, void **); int pfkeyv2_release(struct socket *); |