first commit
This commit is contained in:
6
libraries/HttpClient/b64.h
Executable file
6
libraries/HttpClient/b64.h
Executable file
@@ -0,0 +1,6 @@
|
||||
#ifndef b64_h
|
||||
#define b64_h
|
||||
|
||||
int b64_encode(const unsigned char* aInput, int aInputLen, unsigned char* aOutput, int aOutputLen);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user