diff options
Diffstat (limited to 'base64.h')
-rw-r--r-- | base64.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #include <gnutls/gnutls.h> -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){ |