diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-12 16:43:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-12 16:43:12 +0000 |
commit | 810c26053fd63ff76ab3d993931a99b1fee06652 (patch) | |
tree | 7b4ddef1a11e32a23f467cbbf5c1246f64460e6d /sbin/ipsecctl/ipsecctl.h | |
parent | 00f56278cee20b2b166f3cb201425049ec7ca430 (diff) |
spacing
Diffstat (limited to 'sbin/ipsecctl/ipsecctl.h')
-rw-r--r-- | sbin/ipsecctl/ipsecctl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecctl/ipsecctl.h b/sbin/ipsecctl/ipsecctl.h index e710d00495c..7a7b9ee7781 100644 --- a/sbin/ipsecctl/ipsecctl.h +++ b/sbin/ipsecctl/ipsecctl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ipsecctl.h,v 1.21 2005/11/12 12:00:53 hshoexer Exp $ */ +/* $OpenBSD: ipsecctl.h,v 1.22 2005/11/12 16:43:11 deraadt Exp $ */ /* * Copyright (c) 2004, 2005 Hans-Joerg Hoexer <hshoexer@openbsd.org> * @@ -161,4 +161,4 @@ void ipsecctl_get_rules(struct ipsecctl *); int ike_print_config(struct ipsec_rule *, int); int ike_ipsec_establish(int, struct ipsec_rule *); -#endif /* _IPSECCTL_H_ */ +#endif /* _IPSECCTL_H_ */ |