]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Update documentation for cupsHashString.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 7 Mar 2018 13:57:12 +0000 (08:57 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 7 Mar 2018 13:57:12 +0000 (08:57 -0500)
cups/hash.c

index aa6aca310fb0c913aa7ae360d5856d62d03333e5..50dc5fb301b5369dfddc3bfcf79c0012a03f3f45 100644 (file)
@@ -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 */