diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2021-04-05 13:35:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 13:35:47 +0000 |
commit | 068e2c278432ee1a6cee1d53f538a43961c3dfa4 (patch) | |
tree | 4d31ab3b12b8e8f04a2538a5a082ed51fbe0a373 /proto.h | |
parent | Update ChangeLog (diff) | |
parent | Return Str from base64_encode, fix extraction of first gif frame for animatio... (diff) | |
download | w3m-068e2c278432ee1a6cee1d53f538a43961c3dfa4.tar.gz w3m-068e2c278432ee1a6cee1d53f538a43961c3dfa4.zip |
Merge pull request #177 from bptato/inlineimages
Kitty inline image & base64 encoding fixes
Diffstat (limited to 'proto.h')
-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 char *base64_encode(const unsigned char *src, size_t len); +extern Str base64_encode(const unsigned char *src, size_t len); |