X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/06b87ce464beb93a7929541c355edf580ccec023..0f53d91688c0fab28b900ad27a1610a755dea526:/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 */