summaryrefslogtreecommitdiff
path: root/main/openvpn/src/openvpn/manage.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/openvpn/src/openvpn/manage.h')
-rw-r--r--main/openvpn/src/openvpn/manage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/openvpn/src/openvpn/manage.h b/main/openvpn/src/openvpn/manage.h
index 1c8dda69..c48875c7 100644
--- a/main/openvpn/src/openvpn/manage.h
+++ b/main/openvpn/src/openvpn/manage.h
@@ -173,6 +173,9 @@ struct management_callback
#endif
bool (*proxy_cmd) (void *arg, const char **p);
bool (*remote_cmd) (void *arg, const char **p);
+#ifdef TARGET_ANDROID
+ int (*network_change) (void *arg);
+#endif
};
/*