X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/06b87ce464beb93a7929541c355edf580ccec023..7054379384884f0975c687ce9b2cd8c20e3f2c12:/h/prototypes.h diff --git a/h/prototypes.h b/h/prototypes.h index 45ee338d..884e0e0a 100644 --- a/h/prototypes.h +++ b/h/prototypes.h @@ -482,6 +482,8 @@ int writeBase64raw (unsigned char *, size_t, unsigned char *); */ int decodeBase64 (const char *, const char **, size_t *, int, unsigned char *); +void hexify (const unsigned char *, size_t, char **); + /* * credentials management */