summaryrefslogtreecommitdiff
path: root/cups/http.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-08-19 12:15:11 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-08-19 12:15:11 +0000
commite1f19878c6c7abacbce81ae0986bc3dbf35ae5b3 (patch)
tree2c9bb86dbf92c058b080137e8485c97896968efa /cups/http.h
parent58fce51f9f14ac7c5cb928bde82283ab374a7150 (diff)
downloadcups-e1f19878c6c7abacbce81ae0986bc3dbf35ae5b3.tar.gz
Update "since CUPS 2.0" into to mention OS X 10.10.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12094 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/http.h')
-rw-r--r--cups/http.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cups/http.h b/cups/http.h
index 2c6bf9bcb..115460631 100644
--- a/cups/http.h
+++ b/cups/http.h
@@ -342,7 +342,7 @@ typedef enum http_status_e /**** HTTP status codes ****/
# endif /* !_CUPS_NO_DEPRECATED */
} http_status_t;
-typedef enum http_trust_e /**** Level of trust for credentials @since CUPS 2.0@ */
+typedef enum http_trust_e /**** Level of trust for credentials @since CUPS 2.0/OS 10.10@ */
{
HTTP_TRUST_OK = 0, /* Credentials are OK/trusted */
HTTP_TRUST_INVALID, /* Credentials are invalid */
@@ -620,7 +620,7 @@ extern void httpSetDefaultField(http_t *http, http_field_t field,
extern http_state_t httpWriteResponse(http_t *http,
http_status_t status) _CUPS_API_1_7;
-/* New in CUPS 2.0 */
+/* New in CUPS 2.0/OS X 10.10 */
extern int httpAddrClose(http_addr_t *addr, int fd) _CUPS_API_2_0;
extern int httpAddrFamily(http_addr_t *addr) _CUPS_API_2_0;
extern int httpCompareCredentials(cups_array_t *cred1, cups_array_t *cred2) _CUPS_API_2_0;