summaryrefslogtreecommitdiff
path: root/cups/hash.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-02-22 14:18:10 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-02-22 14:18:10 -0500
commit706a0485c5adc1f8944da9838f7529d67b932a9b (patch)
tree4859ce9689e3e51b232599e71780e13b7f05edb0 /cups/hash.c
parentc65e1c4ffd23d3f891c45207cd472f650880cebd (diff)
downloadcups-706a0485c5adc1f8944da9838f7529d67b932a9b.tar.gz
Fix annotation of cupsHashString API
Diffstat (limited to 'cups/hash.c')
-rw-r--r--cups/hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cups/hash.c b/cups/hash.c
index 4a2198747..409d9a461 100644
--- a/cups/hash.c
+++ b/cups/hash.c
@@ -274,6 +274,8 @@ cupsHashData(const char *algorithm, /* I - Algorithm name */
* 'cupsHashString()' - Format a hash value as a hexadecimal string.
*
* The passed buffer must be at least 2 * hashsize + 1 characters in length.
+ *
+ * @since CUPS 2.3@
*/
const char * /* O - Formatted string */