diff options
Diffstat (limited to 'plugins/!NotAdopted/Skype/voiceservice.h')
-rwxr-xr-x | plugins/!NotAdopted/Skype/voiceservice.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/!NotAdopted/Skype/voiceservice.h b/plugins/!NotAdopted/Skype/voiceservice.h deleted file mode 100755 index 0ffbd6d9ca..0000000000 --- a/plugins/!NotAdopted/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 <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_
-
|