]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - base64/base64_enc.h
adjusting test system debug uart reference
[avr-crypto-lib.git] / base64 / base64_enc.h
index 89a5f863d3f503f73e826bb2149e19b80f2abe92..dd3bc96bbe6604ace5c90f65ea82bdb80f1585a5 100644 (file)
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-
 #ifndef BASE64_ENC_H_
 #define BASE64_ENC_H_
 
 #include <stdint.h>
 
-void base64enc(char* dest, const void* src, uint16_t length);
+void base64enc(char *dest, const void *src, uint16_t length);
 
 #endif /*BASE64_ENC_H_*/