summaryrefslogtreecommitdiffstats
path: root/src/openvpn/manage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/openvpn/manage.h')
-rw-r--r--src/openvpn/manage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openvpn/manage.h b/src/openvpn/manage.h
index 7318377..a97e8a2 100644
--- a/src/openvpn/manage.h
+++ b/src/openvpn/manage.h
@@ -174,7 +174,7 @@ struct management_callback
bool (*proxy_cmd) (void *arg, const char **p);
bool (*remote_cmd) (void *arg, const char **p);
#ifdef TARGET_ANDROID
- int (*network_change) (void *arg);
+ int (*network_change) (void *arg, bool samenetwork);
#endif
};