summaryrefslogtreecommitdiff
path: root/scheduler/auth.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-04-11 18:53:27 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2011-04-11 18:53:27 +0000
commit07ed0e9a4385437b52e7195b681e600c2f1c5623 (patch)
tree6dda615ae2f467bbc8c311ba8066bf63c20ec1d7 /scheduler/auth.h
parent84315f460a5c9eb38f7fcc4204acf98ed2b29406 (diff)
downloadcups-07ed0e9a4385437b52e7195b681e600c2f1c5623.tar.gz
Merge changes from CUPS 1.5svn-r9675.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3122 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/auth.h')
-rw-r--r--scheduler/auth.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/scheduler/auth.h b/scheduler/auth.h
index 5e7525cbc..e836f418c 100644
--- a/scheduler/auth.h
+++ b/scheduler/auth.h
@@ -3,7 +3,7 @@
*
* Authorization definitions for the CUPS scheduler.
*
- * Copyright 2007-2010 by Apple Inc.
+ * Copyright 2007-2011 by Apple Inc.
* Copyright 1997-2006 by Easy Software Products, all rights reserved.
*
* These coded instructions, statements, and computer programs are the
@@ -138,9 +138,6 @@ extern int cupsdCheckAuth(unsigned ip[4], char *name, int namelen,
extern int cupsdCheckGroup(const char *username,
struct passwd *user,
const char *groupname);
-#ifdef HAVE_GSSAPI
-extern krb5_ccache cupsdCopyKrb5Creds(cupsd_client_t *con);
-#endif /* HAVE_GSSAPI */
extern cupsd_location_t *cupsdCopyLocation(cupsd_location_t *loc);
extern void cupsdDeleteAllLocations(void);
extern cupsd_location_t *cupsdFindBest(const char *path, http_state_t state);