diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-08-11 21:37:01 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-08-11 21:37:01 +0000 |
commit | b1d27ac02a3835fe46105f8267ed2132a4a8bd91 (patch) | |
tree | b2ce9baeabfea596cb11c9bbcca7b6b57b75a3d7 /protocols/SkypeClassic/src/voiceservice.h | |
parent | ea65832ded45760913f9256b39c28720ed183790 (diff) |
SkypeClassic: Revert previous commits as it doesn't work in reality
git-svn-id: http://svn.miranda-ng.org/main/trunk@10162 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeClassic/src/voiceservice.h')
-rw-r--r-- | protocols/SkypeClassic/src/voiceservice.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/protocols/SkypeClassic/src/voiceservice.h b/protocols/SkypeClassic/src/voiceservice.h deleted file mode 100644 index ced019b15a..0000000000 --- a/protocols/SkypeClassic/src/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_ - |