X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=base64%2Fbase64_enc.h;h=dd3bc96bbe6604ace5c90f65ea82bdb80f1585a5;hp=906513221b1be150e0fdb2141c09601ba224e12c;hb=8d1970350aa1d7cdcb59cf79f7f60e385e2816e5;hpb=d32eba56ce10ea6b9eff123b50d9842673b38f2b diff --git a/base64/base64_enc.h b/base64/base64_enc.h index 9065132..dd3bc96 100644 --- a/base64/base64_enc.h +++ b/base64/base64_enc.h @@ -17,12 +17,11 @@ * along with this program. If not, see . */ - #ifndef BASE64_ENC_H_ #define BASE64_ENC_H_ #include -void base64enc(char* dest, void* src, uint16_t length); +void base64enc(char *dest, const void *src, uint16_t length); #endif /*BASE64_ENC_H_*/