Added documentation to identiconpp_base64().

This commit is contained in:
tastytea 2019-01-04 19:13:38 +01:00
parent da2b64b159
commit 5be366f3cb
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 5 additions and 0 deletions

View File

@ -75,6 +75,11 @@ extern "C"
*/
uint64_t identiconpp_generate(const char magick[],
const char digest[], const uint16_t width);
/*!
* @brief Return base64-encoded string of the image generated with
* identiconpp_generate().
*/
const char *identiconpp_base64();
#ifdef __cplusplus