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