From 21f8ca06b26fe42f8bbf8ca477a2824989ff13c7 Mon Sep 17 00:00:00 2001 From: pescuma Date: Sat, 26 Dec 2009 01:17:57 +0000 Subject: 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 --- Protocols/IAX/IAXProto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Protocols/IAX/IAXProto.h') 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); -- cgit v1.2.3