[hackers] [st][PATCH 12/23] un-export base64dec_getc

From: Devin J. Pohly <djpohly_AT_gmail.com>
Date: Sun, 24 Sep 2017 16:11:34 -0500

---
 st.c | 1 +
 1 file changed, 1 insertion(+)
diff --git a/st.c b/st.c
index 71d24ae..0093642 100644
--- a/st.c
+++ b/st.c
_AT_@ -183,6 +183,7 @@ static char *utf8strchr(char *s, Rune u);
 static size_t utf8validate(Rune *, size_t);
 
 static char *base64dec(const char *);
+static char base64dec_getc(const char **);
 
 static ssize_t xwrite(int, const char *, size_t);
 static void *xrealloc(void *, size_t);
-- 
2.14.1
Received on Sun Sep 24 2017 - 23:11:34 CEST

This archive was generated by hypermail 2.3.0 : Sun Sep 24 2017 - 23:25:22 CEST