]> sjero.net Git - linphone/blobdiff - coreapi/linphone_tunnel.cc
add tunnel stub
[linphone] / coreapi / linphone_tunnel.cc
index 9472863732cc1568bcb6aa2eff9b5575cc4cede2..6a47e83ab909a559b3a2fd5c6f350975ac50b50b 100644 (file)
@@ -245,6 +245,9 @@ void linphone_tunnel_set_http_proxy_auth_info(LinphoneTunnel *tunnel, const char
 void linphone_tunnel_set_http_proxy(LinphoneTunnel*tunnel, const char *host, int port, const char* username,const char* passwd){
 }
 
+void linphone_tunnel_get_http_proxy(LinphoneTunnel*tunnel,const char **host, int *port, const char **username, const char **passwd){
+}
+
 void linphone_tunnel_reconnect(LinphoneTunnel *tunnel){
 }