X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=base64%2Fbase64_dec.h;h=0f9cb96edc8020841c5f0425186761680b18f14e;hb=10951fe0bb7dae5229dff9408d8157490005590c;hp=39beff84f6557870dff57947ec17ec6535292127;hpb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;p=avr-crypto-lib.git diff --git a/base64/base64_dec.h b/base64/base64_dec.h index 39beff8..0f9cb96 100644 --- a/base64/base64_dec.h +++ b/base64/base64_dec.h @@ -23,7 +23,7 @@ #include -int base64_binlength(char* str, uint8_t strict); -int base64dec(void* dest, char* b64str, uint8_t strict); +int base64_binlength(char *str, uint8_t strict); +int base64dec(void *dest, const char *b64str, uint8_t strict); #endif /*BASE64_DEC_H_*/