diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-11-14 14:44:56 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-11-14 14:44:56 +0000 |
commit | d1de0e3cba9195d28126e102679d6ed1a7f72d0c (patch) | |
tree | ec30d8fd32cea0c13dd2d973b26442d8a9af77f7 /protocols/Tlen/src/tlen_voice.h | |
parent | 29bd9ad7abfe2d9f3e55ece719ac48534b08ea62 (diff) |
Tlen:
- Fix for GetContactDisplayName
git-svn-id: http://svn.miranda-ng.org/main/trunk@15722 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tlen/src/tlen_voice.h')
-rw-r--r-- | protocols/Tlen/src/tlen_voice.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Tlen/src/tlen_voice.h b/protocols/Tlen/src/tlen_voice.h index bc1adf6364..daaa13eda4 100644 --- a/protocols/Tlen/src/tlen_voice.h +++ b/protocols/Tlen/src/tlen_voice.h @@ -57,9 +57,6 @@ typedef struct TLEN_VOICE_CONTROL_STRUCT { } TLEN_VOICE_CONTROL;
-void __cdecl TlenVoiceSendingThread(TLEN_FILE_TRANSFER *ft);
-void __cdecl TlenVoiceReceiveThread(TLEN_FILE_TRANSFER *ft);
-
int TlenVoiceStart(TLEN_FILE_TRANSFER *ft, int mode) ;
int TlenVoiceAccept(TlenProtocol *proto, const char *id, const char *from);
int TlenVoiceIsInUse(TlenProtocol *proto);
|