Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Committer:
xinlei
Date:
Mon Aug 10 10:39:53 2015 +0000
Revision:
26:9c36af176d91
Parent:
22:832cb27c28f9
removed traffic accounting

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
xinlei 22:832cb27c28f9 4 void b64_encode(const unsigned char* aInput, int aInputLen, unsigned char* aOutput, int aOutputLen);
Cumulocity 0:099f76422485 5
Cumulocity 0:099f76422485 6 #endif