grafthistory: support curl
[elinks/elinks-j605.git] / src / util / base64.h
blobcb5cd732d7f1123da5df4a56d8dab894d39c04a1
1 #ifndef EL__UTIL_BASE64_H
2 #define EL__UTIL_BASE64_H
4 unsigned char *base64_encode(unsigned char *);
5 unsigned char *base64_decode(unsigned char *);
7 #endif