diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/network.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/network.h b/include/network.h index 180f2a23..e433c226 100644 --- a/include/network.h +++ b/include/network.h @@ -131,6 +131,9 @@ unsigned int connman_network_get_maxrate(struct connman_network *network); int connman_network_set_enc_mode(struct connman_network *network, const char *encryption_mode); const char *connman_network_get_enc_mode(struct connman_network *network); + +int connman_network_set_proxy(struct connman_network *network, + const char *proxies); #endif int connman_network_set_name(struct connman_network *network, |