diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-12-18 02:21:54 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-12-18 02:21:54 +0000 |
commit | 87534b1d84227665ce5187aace10c27890d1782e (patch) | |
tree | e7cd5c9ae64b8cd2076e5e49028a4baeeb72450b /Protocols/IAX/IAXProto.h | |
parent | 93a904fc0220c214ed5d6217aa5c10cb3201b63d (diff) |
iax: added support for user configured input/output devices
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@184 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/IAX/IAXProto.h')
-rw-r--r-- | Protocols/IAX/IAXProto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Protocols/IAX/IAXProto.h b/Protocols/IAX/IAXProto.h index f8929a7..1fc261c 100644 --- a/Protocols/IAX/IAXProto.h +++ b/Protocols/IAX/IAXProto.h @@ -126,6 +126,8 @@ private: int url_callback(iaxc_ev_url &url);
int registration_callback(iaxc_ev_registration ®);
+ void ConfigureDevices();
+
// Voice services
void NotifyCall(int callNo, int state, HANDLE hContact = NULL, TCHAR *number = NULL);
int __cdecl VoiceCall(WPARAM wParam,LPARAM lParam);
|