A client for the SmartREST protocol from Cumulocity.

Dependencies:   SmartRest

Fork of MbedSmartRest by Vincent Wochnik

Committer:
vwochnik
Date:
Fri Apr 11 09:33:45 2014 +0000
Revision:
13:e76920d5e1ec
fix

Who changed what in which revision?

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