aboutsummaryrefslogtreecommitdiffstats
path: root/proto.h
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2021-02-02 22:59:42 +0000
committerbptato <nincsnevem662@gmail.com>2021-02-02 22:59:42 +0000
commitd277e80771a1a5cae19d21bfd895b4e16b3ca959 (patch)
tree75bc8141a757015177d33fbcd2f3758869d6f1f5 /proto.h
parentSupport iTerm2 graphics protocol, replace encodeB with base64_encode (diff)
downloadw3m-d277e80771a1a5cae19d21bfd895b4e16b3ca959.tar.gz
w3m-d277e80771a1a5cae19d21bfd895b4e16b3ca959.zip
Some cleanup for base64_encode
Diffstat (limited to '')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 1f8e7d2..6aafbb4 100644
--- a/proto.h
+++ b/proto.h
@@ -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);