From 192f3079a496d5ac64a3465d5b207d40aa4b30db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 19 Sep 2022 20:39:46 +0800 Subject: Rename for consistency & conventions --- base64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base64.h') diff --git a/base64.h b/base64.h index 3b9c3bd..0ee9378 100644 --- a/base64.h +++ b/base64.h @@ -1,6 +1,6 @@ #include -static inline void base64_decode(const char *host, char **dec_host) +static inline void base64_getdecoded(const char *host, char **dec_host) { gnutls_datum_t result; gnutls_base64_decode2(&(gnutls_datum_t){ -- cgit v1.2.3