summaryrefslogtreecommitdiff
path: root/sbin/ipsecctl
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2006-05-28 21:05:10 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2006-05-28 21:05:10 +0000
commit3db3ef5000819f159ade239b9c3c1ce6330e44b2 (patch)
tree6eabd402c29f685068670021ca289061f595adc0 /sbin/ipsecctl
parent1b789bb15aa924eae3383aa769c0a6743a0d0145 (diff)
whoops, undo last commit. Of course, set_ipmask() is needed...
Diffstat (limited to 'sbin/ipsecctl')
-rw-r--r--sbin/ipsecctl/ipsecctl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/ipsecctl/ipsecctl.h b/sbin/ipsecctl/ipsecctl.h
index 27af5729e7e..d4b646287c6 100644
--- a/sbin/ipsecctl/ipsecctl.h
+++ b/sbin/ipsecctl/ipsecctl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ipsecctl.h,v 1.34 2006/05/28 20:59:23 hshoexer Exp $ */
+/* $OpenBSD: ipsecctl.h,v 1.35 2006/05/28 21:05:09 hshoexer Exp $ */
/*
* Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org>
*
@@ -177,5 +177,6 @@ int ipsecctl_add_rule(struct ipsecctl * ipsec, struct ipsec_rule *);
void ipsecctl_get_rules(struct ipsecctl *);
int ike_print_config(struct ipsec_rule *, int);
int ike_ipsec_establish(int, struct ipsec_rule *);
+void set_ipmask(struct ipsec_addr_wrap *, u_int8_t);
#endif /* _IPSECCTL_H_ */