summaryrefslogtreecommitdiffstats
path: root/route.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-12-05 01:21:49 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-12-05 01:21:49 +0000
commit6d5d1010bcab428391d0c33dd753a31def29f972 (patch)
treefd232610fef9624d555dfa1876a2908de37e8454 /route.h
parent5acb3a79aee197ab43496d4c7941718a83f429ef (diff)
downloadopenvpn-6d5d1010bcab428391d0c33dd753a31def29f972.tar.gz
openvpn-6d5d1010bcab428391d0c33dd753a31def29f972.tar.xz
openvpn-6d5d1010bcab428391d0c33dd753a31def29f972.zip
Patch to support --topology subnet on Mac OS X (Mathias Sundman).
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@832 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'route.h')
-rw-r--r--route.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/route.h b/route.h
index 21f5465..c2da533 100644
--- a/route.h
+++ b/route.h
@@ -118,6 +118,8 @@ struct route_option_list *new_route_option_list (struct gc_arena *a);
struct route_list *new_route_list (struct gc_arena *a);
+void add_route (struct route *r, const struct tuntap *tt, unsigned int flags, const struct env_set *es);
+
void add_route_to_option_list (struct route_option_list *l,
const char *network,
const char *netmask,