summaryrefslogtreecommitdiff
path: root/cups/cups.h
diff options
context:
space:
mode:
authorMichael R Sweet <michaelrsweet@gmail.com>2016-06-20 15:27:01 -0400
committerMichael R Sweet <michaelrsweet@gmail.com>2016-06-20 15:27:01 -0400
commitb2e6c325803d775cee5cf14aa63aed3fa7d1b673 (patch)
tree971ffffbe7a64b83e38c6de4bb1627beafa25a98 /cups/cups.h
parent8072030b3c862315c367c73663b27f0427325919 (diff)
downloadcups-b2e6c325803d775cee5cf14aa63aed3fa7d1b673.tar.gz
CUPS 2.2 is part of macOS 10.12.
Diffstat (limited to 'cups/cups.h')
-rw-r--r--cups/cups.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/cups.h b/cups/cups.h
index f45116606..7001ba4bc 100644
--- a/cups/cups.h
+++ b/cups/cups.h
@@ -598,7 +598,7 @@ extern const char *cupsLocalizeDestMedia(http_t *http, cups_dest_t *dest, cups_d
extern int cupsMakeServerCredentials(const char *path, const char *common_name, int num_alt_names, const char **alt_names, time_t expiration_date) _CUPS_API_2_0;
extern int cupsSetServerCredentials(const char *path, const char *common_name, int auto_create) _CUPS_API_2_0;
-/* New in CUPS 2.2 */
+/* New in CUPS 2.2/macOS 10.12 */
extern ssize_t cupsHashData(const char *algorithm, const void *data, size_t datalen, unsigned char *hash, size_t hashsize) _CUPS_API_2_2;
# ifdef __cplusplus