html_special(): move va_end() call outside the switch and make variables
[elinks.git] / src / util / base64.h
blobf10265b1a2b96c83e71f370b735761e913af9516
2 #ifndef EL__UTIL_BASE64_H
3 #define EL__UTIL_BASE64_H
5 unsigned char *base64_encode(unsigned char *);
6 unsigned char *base64_decode(unsigned char *);
8 #endif