summaryrefslogtreecommitdiff
path: root/cups/cups.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-11-21 17:33:57 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-11-21 17:33:57 +0000
commitdafebafde584d49edaa75282d5a30e7a1728b713 (patch)
tree061fff1e77afb266a53baf847bc54ab220599b55 /cups/cups.h
parent0042c0d7c26edc0ffc6019df7d3c449b5f4bfe3a (diff)
downloadcups-dafebafde584d49edaa75282d5a30e7a1728b713.tar.gz
Save work on TLS stuff (does not compile)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11436 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/cups.h')
-rw-r--r--cups/cups.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cups/cups.h b/cups/cups.h
index 3330d7cbf..dd109be11 100644
--- a/cups/cups.h
+++ b/cups/cups.h
@@ -619,6 +619,8 @@ extern int cupsGetDestMediaDefault(http_t *http, cups_dest_t *dest,
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;
# ifdef __cplusplus
}