]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/auth.h
Merge changes from CUPS 1.3.1.
[thirdparty/cups.git] / scheduler / auth.h
index 869a079fdb529f86d45410ce828d778e80ade98c..e3b83f3a8d3dd8a9befd7cb43600529ce9efa518 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: auth.h 6649 2007-07-11 21:46:42Z mike $"
+ * "$Id: auth.h 6780 2007-08-08 20:50:42Z mike $"
  *
  *   Authorization definitions for the Common UNIX Printing System (CUPS)
  *   scheduler.
@@ -25,6 +25,7 @@
  * HTTP authorization types and levels...
  */
 
+#define AUTH_DEFAULT           -1      /* Use DefaultAuthType */
 #define AUTH_NONE              0       /* No authentication */
 #define AUTH_BASIC             1       /* Basic authentication */
 #define AUTH_DIGEST            2       /* Digest authentication */
@@ -150,5 +151,5 @@ extern http_status_t        cupsdIsAuthorized(cupsd_client_t *con, const char *owner);
 
 
 /*
- * End of "$Id: auth.h 6649 2007-07-11 21:46:42Z mike $".
+ * End of "$Id: auth.h 6780 2007-08-08 20:50:42Z mike $".
  */