diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2009-06-23 11:35:38 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2009-06-23 11:35:38 +0000 |
commit | 7c52c3f35cdbdff58443b994f2f33d13b4d81f57 (patch) | |
tree | e54a27979ea72ec41702bec2984c2eadac3b8862 /src/pluto/virtual.h | |
parent | 4ef45ba0404dac3773e83af995a5ec584b23d633 (diff) | |
download | vyos-strongswan-7c52c3f35cdbdff58443b994f2f33d13b4d81f57.tar.gz vyos-strongswan-7c52c3f35cdbdff58443b994f2f33d13b4d81f57.zip |
Updated to new upstream version.
Diffstat (limited to 'src/pluto/virtual.h')
-rw-r--r-- | src/pluto/virtual.h | 6 |
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 */ |