mbed.org implementation of the abstract SmartREST library for the Cumulocity Platform SmartREST protocol.

Dependents:   MbedSmartRestMain MbedSmartRestMain

Committer:
Cumulocity
Date:
Sat Nov 15 12:21:41 2014 +0100
Revision:
13:aba98ad2ac1b
Parent:
0:099f76422485
Updated from revision 0b898f0efc6d

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Cumulocity 0:099f76422485 1 #ifndef b64_h
Cumulocity 0:099f76422485 2 #define b64_h
Cumulocity 0:099f76422485 3
Cumulocity 0:099f76422485 4 int b64_encode(const unsigned char* aInput, int aInputLen, unsigned char* aOutput, int aOutputLen);
Cumulocity 0:099f76422485 5
Cumulocity 0:099f76422485 6 #endif