mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-06 00:13:33 +00:00
Added ILibBase64DecodeEx
This commit is contained in:
@@ -1266,6 +1266,7 @@ int ILibIsRunningOnChainThread(void* chain);
|
||||
int ILibBase64DecodeLength(const int inputLen);
|
||||
int ILibBase64Encode(unsigned char* input, const int inputlen, unsigned char** output);
|
||||
int ILibBase64Decode(unsigned char* input, const int inputlen, unsigned char** output);
|
||||
int ILibBase64DecodeEx(unsigned char* input, const int inputlen, unsigned char* output);
|
||||
|
||||
/* Compression Handling Methods */
|
||||
char* ILibDecompressString(unsigned char* CurrentCompressed, const int bufferLength, const int DecompressedLength);
|
||||
|
||||
Reference in New Issue
Block a user