X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=base64%2Fbase64_dec.h;h=c6fa343bf98fef321721af695b9b5cc5acdcccac;hb=refs%2Fheads%2Fbigint2-dev;hp=39beff84f6557870dff57947ec17ec6535292127;hpb=d32eba56ce10ea6b9eff123b50d9842673b38f2b;p=avr-crypto-lib.git diff --git a/base64/base64_dec.h b/base64/base64_dec.h index 39beff8..c6fa343 100644 --- a/base64/base64_dec.h +++ b/base64/base64_dec.h @@ -17,13 +17,12 @@ * along with this program. If not, see . */ - #ifndef BASE64_DEC_H_ #define BASE64_DEC_H_ #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_*/