diff options
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);
|