summaryrefslogtreecommitdiff
path: root/Protocols/SIP/SIPClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'Protocols/SIP/SIPClient.h')
-rw-r--r--Protocols/SIP/SIPClient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Protocols/SIP/SIPClient.h b/Protocols/SIP/SIPClient.h
index bbcb3ef..a00a763 100644
--- a/Protocols/SIP/SIPClient.h
+++ b/Protocols/SIP/SIPClient.h
@@ -74,7 +74,7 @@ private:
void RegisterTransport(pjsip_transport_type_e type, int port, ta *ta);
void ConfigureDevices();
- void BuildURI(TCHAR *out, int outSize, const TCHAR *host, int port, int protocol);
+ void BuildURI(TCHAR *out, int outSize, const TCHAR *host, int port, pjsip_transport_type_e transport);
void CleanupURI(TCHAR *out, int outSize, const TCHAR *url);
void NotifyCall(pjsua_call_id call_id, int state, const TCHAR *host_port = NULL);