summaryrefslogtreecommitdiff
path: root/Protocols/IAX/IAXProto.h
diff options
context:
space:
mode:
authorpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2009-12-20 18:29:42 +0000
committerpescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7>2009-12-20 18:29:42 +0000
commit044399a4bae5664bebc3ef18d54220c11ab809de (patch)
treed9e60cd7c146433d91a1357c08c42bd3501d62e2 /Protocols/IAX/IAXProto.h
parenta58cfe0f832c25ea4f09ddf4bf78b3c8df906a5f (diff)
iax: dtmf calling
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@188 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/IAX/IAXProto.h')
-rw-r--r--Protocols/IAX/IAXProto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Protocols/IAX/IAXProto.h b/Protocols/IAX/IAXProto.h
index 1fc261c..3c0c786 100644
--- a/Protocols/IAX/IAXProto.h
+++ b/Protocols/IAX/IAXProto.h
@@ -134,6 +134,7 @@ private:
int __cdecl VoiceAnswerCall(WPARAM wParam,LPARAM lParam);
int __cdecl VoiceDropCall(WPARAM wParam,LPARAM lParam);
int __cdecl VoiceHoldCall(WPARAM wParam,LPARAM lParam);
+ int __cdecl VoiceSendDTMF(WPARAM wParam,LPARAM lParam);
int __cdecl VoiceCallStringValid(WPARAM wParam,LPARAM lParam);
};