Own fork of MbedSmartRest

Dependents:   MbedSmartRestMain MbedSmartRestMain

Fork of MbedSmartRest by Cumulocity Official

Revision:
22:832cb27c28f9
Parent:
0:099f76422485
--- a/b64.h	Mon Apr 20 15:03:44 2015 +0000
+++ b/b64.h	Mon Apr 27 10:50:03 2015 +0000
@@ -1,6 +1,6 @@
 #ifndef b64_h
 #define b64_h
 
-int b64_encode(const unsigned char* aInput, int aInputLen, unsigned char* aOutput, int aOutputLen);
+void b64_encode(const unsigned char* aInput, int aInputLen, unsigned char* aOutput, int aOutputLen);
 
 #endif