From e4570e8b6e17382e1cc4984684f861524d5b02f4 Mon Sep 17 00:00:00 2001 From: bptato Date: Tue, 2 Feb 2021 22:14:46 +0100 Subject: Support iTerm2 graphics protocol, replace encodeB with base64_encode --- proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto.h') diff --git a/proto.h b/proto.h index 0c6483d..1f8e7d2 100644 --- a/proto.h +++ b/proto.h @@ -828,3 +828,5 @@ extern void dispVer(void); void srand48(long); long lrand48(void); #endif + +extern const char *base64_encode(const unsigned char *src, int len); -- cgit v1.2.3