summaryrefslogtreecommitdiff
path: root/src/pluto/virtual.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pluto/virtual.h')
-rw-r--r--src/pluto/virtual.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/pluto/virtual.h b/src/pluto/virtual.h
index 9fe9bdd8d..e64407c81 100644
--- a/src/pluto/virtual.h
+++ b/src/pluto/virtual.h
@@ -10,8 +10,6 @@
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* for more details.
- *
- * RCSID $Id: virtual.h 3252 2007-10-06 21:24:50Z andreas $
*/
#ifndef _VIRTUAL_IP_H
@@ -20,12 +18,12 @@
extern void init_virtual_ip(const char *private_list);
extern struct virtual_t *create_virtual(const struct connection *c,
- const char *string);
+ const char *string);
extern bool is_virtual_end(const struct end *that);
extern bool is_virtual_connection(const struct connection *c);
extern bool is_virtual_net_allowed(const struct connection *c,
- const ip_subnet *peer_net, const ip_address *his_addr);
+ const ip_subnet *peer_net, const ip_address *his_addr);
#endif /* _VIRTUAL_IP_H */