diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-12-17 05:47:15 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2009-12-17 05:47:15 +0000 |
commit | 93a904fc0220c214ed5d6217aa5c10cb3201b63d (patch) | |
tree | 0d2281271fe4efe9f3bcf72ce7ac0ab2c2cdbc4e /Protocols/IAX/IAXProto.h | |
parent | 1aa7c4b3887e950376978eee64c652df5f94cd5c (diff) |
iax: initial version works
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@183 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/IAX/IAXProto.h')
-rw-r--r-- | Protocols/IAX/IAXProto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Protocols/IAX/IAXProto.h b/Protocols/IAX/IAXProto.h index 0c52b65..f8929a7 100644 --- a/Protocols/IAX/IAXProto.h +++ b/Protocols/IAX/IAXProto.h @@ -128,7 +128,6 @@ private: // Voice services
void NotifyCall(int callNo, int state, HANDLE hContact = NULL, TCHAR *number = NULL);
- int __cdecl VoiceGetCaps(WPARAM wParam,LPARAM lParam);
int __cdecl VoiceCall(WPARAM wParam,LPARAM lParam);
int __cdecl VoiceAnswerCall(WPARAM wParam,LPARAM lParam);
int __cdecl VoiceDropCall(WPARAM wParam,LPARAM lParam);
|