]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Still need AUTHZ_DECLINED for now, The converted mod_authz_user is
authorBradley Nicholes <bnicholes@apache.org>
Mon, 5 Dec 2005 19:31:24 +0000 (19:31 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 5 Dec 2005 19:31:24 +0000 (19:31 +0000)
referencing it

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/authz-dev@354141 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth.h

index 48d585494eda0704550b20de0d5024ffe3d0651b..d0c54b084f325b8d23c9c9355e0624647958fb6e 100644 (file)
@@ -53,6 +53,7 @@ typedef enum {
 
 typedef enum {
     AUTHZ_DENIED,
+    AUTHZ_DECLINED,
     AUTHZ_GRANTED,
     AUTHZ_GENERAL_ERROR
 } authz_status;