|
|
|
@ -12,10 +12,10 @@ DEVILUTION_BEGIN_NAMESPACE |
|
|
|
extern "C" { |
|
|
|
extern "C" { |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
int codec_decode(BYTE *pbSrcDst, DWORD size, char *pszPassword); |
|
|
|
int codec_decode(BYTE *pbSrcDst, DWORD size, const char *pszPassword); |
|
|
|
void codec_init_key(int unused, char *pszPassword); |
|
|
|
void codec_init_key(int unused, char *pszPassword); |
|
|
|
DWORD codec_get_encoded_len(DWORD dwSrcBytes); |
|
|
|
DWORD codec_get_encoded_len(DWORD dwSrcBytes); |
|
|
|
void codec_encode(BYTE *pbSrcDst, DWORD size, int size_64, char *pszPassword); |
|
|
|
void codec_encode(BYTE *pbSrcDst, DWORD size, int size_64, const char *pszPassword); |
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus |
|
|
|
#ifdef __cplusplus |
|
|
|
} |
|
|
|
} |
|
|
|
|