summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/base64/base64.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-06-03 20:54:43 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-06-03 20:54:43 +0000
commit0ad4fffb15944d82febdcec80ef920cd400d8169 (patch)
treef663a50d2c7311cf9a2eaa52ffd2c3fde30d3f21 /protocols/Skype/src/base64/base64.h
parent5e3b2449340245febd68b79c148a5ca3fd95336a (diff)
- use core base64 funcs
- few changes in group chat git-svn-id: http://svn.miranda-ng.org/main/trunk@4876 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/base64/base64.h')
-rw-r--r--protocols/Skype/src/base64/base64.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/protocols/Skype/src/base64/base64.h b/protocols/Skype/src/base64/base64.h
deleted file mode 100644
index c81ef778fc..0000000000
--- a/protocols/Skype/src/base64/base64.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <windows.h>
-
-class Base64
-{
-private:
- static char CharBase64[];
- static int IndexBase64[];
-
-public:
- static ULONG Encode(const char *inputString, char *outputBuffer, SIZE_T nMaxLength);
- static ULONG Decode(const char *inputString, char *outputBuffer, SIZE_T nMaxLength);
-}; \ No newline at end of file