]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/cups.h
Support the latest HTTP Digest authentication specification (Issue #4862)
[thirdparty/cups.git] / cups / cups.h
index a4eae86d9e2792cb3c0e33dddb103433d4cf6eab..9896f640ca193de0575734228ad28f3ee15c8ad1 100644 (file)
@@ -606,6 +606,9 @@ extern ssize_t              cupsHashData(const char *algorithm, const void *data, size_t dat
 extern int             cupsAddIntegerOption(const char *name, int value, int num_options, cups_option_t **options) _CUPS_API_2_2_4;
 extern int             cupsGetIntegerOption(const char *name, int num_options, cups_option_t *options) _CUPS_API_2_2_4;
 
+/* New in CUPS 2.3 */
+extern const char      *cupsHashString(const unsigned char *hash, size_t hashsize, char *buffer, size_t bufsize) _CUPS_API_2_3;
+
 #  ifdef __cplusplus
 }
 #  endif /* __cplusplus */