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

Dependents:   MbedSmartRestMain MbedSmartRestMain

Committer:
Cumulocity
Date:
Thu Jul 03 20:38:04 2014 +0200
Revision:
0:099f76422485
Updated from revision 0413a0179eb6

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