summaryrefslogtreecommitdiff
path: root/Protocols/IAX/IAXProto.h
diff options
context:
space:
mode:
authorpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2009-12-26 01:17:57 +0000
committerpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2009-12-26 01:17:57 +0000
commit21f8ca06b26fe42f8bbf8ca477a2824989ff13c7 (patch)
tree7274373460bbb4f0003cb1138341decca222ef69 /Protocols/IAX/IAXProto.h
parent7426009eed14519df0b2966db6d35b678122a527 (diff)
iax: fixes and update to new structs of voice service
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@193 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/IAX/IAXProto.h')
-rw-r--r--Protocols/IAX/IAXProto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Protocols/IAX/IAXProto.h b/Protocols/IAX/IAXProto.h
index fc21714..db0549b 100644
--- a/Protocols/IAX/IAXProto.h
+++ b/Protocols/IAX/IAXProto.h
@@ -136,7 +136,8 @@ private:
void ConfigureDevices();
// Voice services
- void NotifyCall(int callNo, int state, HANDLE hContact = NULL, TCHAR *number = NULL);
+ void NotifyCall(int callNo, int state, HANDLE hContact = NULL, TCHAR *name = NULL, TCHAR *number = NULL);
+ int __cdecl VoiceCaps(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);