diff options
author | bptato <nincsnevem662@gmail.com> | 2021-02-02 22:59:42 +0000 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2021-02-02 22:59:42 +0000 |
commit | d277e80771a1a5cae19d21bfd895b4e16b3ca959 (patch) | |
tree | 75bc8141a757015177d33fbcd2f3758869d6f1f5 /proto.h | |
parent | Support iTerm2 graphics protocol, replace encodeB with base64_encode (diff) | |
download | w3m-d277e80771a1a5cae19d21bfd895b4e16b3ca959.tar.gz w3m-d277e80771a1a5cae19d21bfd895b4e16b3ca959.zip |
Some cleanup for base64_encode
Diffstat (limited to '')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -829,4 +829,4 @@ void srand48(long); long lrand48(void); #endif -extern const char *base64_encode(const unsigned char *src, int len); +extern char *base64_encode(const unsigned char *src, int len); |