summaryrefslogtreecommitdiff
path: root/Skype/voiceservice.h
blob: 4287085ca9ed6ba157132e452c94f93ddf8e78f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#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_