summaryrefslogtreecommitdiff
path: root/cups/cups.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-12-09 19:26:39 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-12-09 19:26:39 +0000
commit3af9ac9e69ffb72416112ec1a52416d6bd6fe69e (patch)
treedae6ee4ec0ee10e8d317234df991001117966d09 /cups/cups.h
parentcd3614ae67be53dfe29e4cda97f21110eaa707f1 (diff)
downloadcups-3af9ac9e69ffb72416112ec1a52416d6bd6fe69e.tar.gz
The libusb-based USB backend incorrectly used write timeouts
(<rdar://problem/15564888>) Closer to final server TLS APIs. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11455 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/cups.h')
-rw-r--r--cups/cups.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cups/cups.h b/cups/cups.h
index dd109be11..1d8ca6ae3 100644
--- a/cups/cups.h
+++ b/cups/cups.h
@@ -620,7 +620,8 @@ extern void cupsSetUserAgent(const char *user_agent) _CUPS_API_1_7;
extern const char *cupsUserAgent(void) _CUPS_API_1_7;
/* New in CUPS 2.0 */
-extern int cupsSetServerCredentials(const char *path, const char *common_name) _CUPS_API_2_0;
+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;
# ifdef __cplusplus
}