diff options
Diffstat (limited to 'protocols/Skype/voiceservice.h')
-rw-r--r-- | protocols/Skype/voiceservice.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/protocols/Skype/voiceservice.h b/protocols/Skype/voiceservice.h deleted file mode 100644 index bbb333ec4b..0000000000 --- a/protocols/Skype/voiceservice.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _VOICESERVICE_H_
-#define _VOICESERVICE_H_
-
-#pragma warning (push)
-#pragma warning (disable: 4201) // nonstandard extension used : nameless struct/union
-#include "sdk/m_voice.h"
-#pragma warning (pop)
-
-BOOL HasVoiceService();
-void VoiceServiceInit();
-void VoiceServiceExit();
-void VoiceServiceModulesLoaded();
-void NofifyVoiceService(HANDLE hContact, char *callId, int state) ;
-
-
-
-#endif // _VOICESERVICE_H_
-
|