From 5be366f3cbe926ca373d8977d04d57154cf1848b Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 4 Jan 2019 19:13:38 +0100 Subject: [PATCH] Added documentation to identiconpp_base64(). --- src/identiconpp_c.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/identiconpp_c.h b/src/identiconpp_c.h index 065d38b..eb20200 100644 --- a/src/identiconpp_c.h +++ b/src/identiconpp_c.h @@ -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