From: Michael R Sweet Date: Wed, 7 Mar 2018 13:57:12 +0000 (-0500) Subject: Update documentation for cupsHashString. X-Git-Tag: v2.2.7~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08b48df2560d2f147af334be5c5961732e900d77;p=thirdparty%2Fcups.git Update documentation for cupsHashString. --- diff --git a/cups/hash.c b/cups/hash.c index aa6aca310f..50dc5fb301 100644 --- a/cups/hash.c +++ b/cups/hash.c @@ -1,7 +1,7 @@ /* * Hashing function for CUPS. * - * Copyright 2015-2017 by Apple Inc. + * Copyright © 2015-2018 by Apple Inc. * * These coded instructions, statements, and computer programs are the * property of Apple Inc. and are protected by Federal copyright @@ -280,6 +280,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.2.7@ */ const char * /* O - Formatted string */