aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-04-05 13:35:47 +0000
committerGitHub <noreply@github.com>2021-04-05 13:35:47 +0000
commit068e2c278432ee1a6cee1d53f538a43961c3dfa4 (patch)
tree4d31ab3b12b8e8f04a2538a5a082ed51fbe0a373 /proto.h
parentUpdate ChangeLog (diff)
parentReturn Str from base64_encode, fix extraction of first gif frame for animatio... (diff)
downloadw3m-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 899eec8..aa373dc 100644
--- a/proto.h
+++ b/proto.h
@@ -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);