X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/fce810c27ad09dd73706100435a6e65af0a67604..49e57291d78de2b583d6f2197ae6f9d9ff05e456:/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 */