]> sjero.net Git - linphone/commitdiff
add tunnel stub
authorSimon Morlat <simon.morlat@linphone.org>
Wed, 30 May 2012 08:00:04 +0000 (10:00 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Wed, 30 May 2012 08:00:04 +0000 (10:00 +0200)
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){
 }