]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http.h
Merge changes from CUPS 1.4svn-r8606.
[thirdparty/cups.git] / cups / http.h
index 0c51578d736e01a18746632365af9e70b3deda5d..70ffe4d3ab00e0148223f70d8726c7695bd556e7 100644 (file)
@@ -248,7 +248,10 @@ typedef enum http_status_e         /**** HTTP status codes ****/
   HTTP_BAD_GATEWAY,                    /* Bad gateway */
   HTTP_SERVICE_UNAVAILABLE,            /* Service is unavailable */
   HTTP_GATEWAY_TIMEOUT,                        /* Gateway connection timed out */
-  HTTP_NOT_SUPPORTED                   /* HTTP version not supported */
+  HTTP_NOT_SUPPORTED,                  /* HTTP version not supported */
+
+  HTTP_AUTHORIZATION_CANCELED = 1000   /* User cancelled authorization */
+
 } http_status_t;
 
 typedef enum http_uri_status_e         /**** URI separation status @since CUPS1.2@ ****/