X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_subnet.c;h=bb2f2deff80407255141b0838bec654451e253db;hp=48b5efef155910fb6da4700b7efb808706cafa91;hb=3112e6a863b4421eb1a0b32632b86c55e47f989e;hpb=eefa28059ab989c915a7d95fb4ae728abd7ce713 diff --git a/src/protocol_subnet.c b/src/protocol_subnet.c index 48b5efef..bb2f2def 100644 --- a/src/protocol_subnet.c +++ b/src/protocol_subnet.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: protocol_subnet.c,v 1.1.4.14 2003/07/22 20:55:20 guus Exp $ + $Id: protocol_subnet.c,v 1.1.4.15 2003/07/24 12:08:16 guus Exp $ */ #include "system.h" @@ -33,7 +33,7 @@ #include "utils.h" #include "xalloc.h" -bool send_add_subnet(connection_t *c, subnet_t *subnet) +bool send_add_subnet(connection_t *c, const subnet_t *subnet) { bool x; char *netstr; @@ -122,7 +122,7 @@ bool add_subnet_h(connection_t *c) return true; } -bool send_del_subnet(connection_t *c, subnet_t *s) +bool send_del_subnet(connection_t *c, const subnet_t *s) { bool x; char *netstr;