X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/fce810c27ad09dd73706100435a6e65af0a67604..28dc2d220aee492d34c35e3e0756248a16d55b5a:/lib/base64.h diff --git a/lib/base64.h b/lib/base64.h index a2c20e6..0beb534 100644 --- a/lib/base64.h +++ b/lib/base64.h @@ -25,7 +25,9 @@ #define BASE64_H char *mime_base64(const char *s, size_t *nsp); +char *generic_base64(const char *s, size_t *nsp, const char *table); char *mime_to_base64(const uint8_t *s, size_t ns); +char *generic_to_base64(const uint8_t *s, size_t ns, const char *table); #endif /* BASE64_H */