1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-06-17 13:41:57 +03:00

Moved files into an HttpClient subdirectory for easier installation via the Arduino IDE

This commit is contained in:
Adrian McEwen
2013-11-23 11:35:05 +00:00
parent 476406b1bc
commit 881fd8f12f
6 changed files with 0 additions and 0 deletions

6
b64.h
View File

@ -1,6 +0,0 @@
#ifndef b64_h
#define b64_h
int b64_encode(const unsigned char* aInput, int aInputLen, unsigned char* aOutput, int aOutputLen);
#endif