summaryrefslogtreecommitdiff
path: root/include/mod_auth.h
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2008-07-22 23:49:51 +0000
committerEric Covener <covener@apache.org>2008-07-22 23:49:51 +0000
commitbb7398fce02b67603e7c3821e41670b5c3ffc399 (patch)
treef95b1deec87f7a356930ed5e83a17e9a86e09588 /include/mod_auth.h
parentdaa21a6a6ff76784890667b4ff0065422925257c (diff)
downloadhttpd-bb7398fce02b67603e7c3821e41670b5c3ffc399.tar.gz
revert r672639 which lacked a necessary major bump, add a major MMN bump
to account for the short-lived API addition/removal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@678947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mod_auth.h')
-rw-r--r--include/mod_auth.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mod_auth.h b/include/mod_auth.h
index 16cc50306e..7852e9e554 100644
--- a/include/mod_auth.h
+++ b/include/mod_auth.h
@@ -94,10 +94,6 @@ typedef struct {
*/
authn_status (*get_realm_hash)(request_rec *r, const char *user,
const char *realm, char **rethash);
-
- /* OK if provider can satisfy get_realm_hash(), APR_ENOTIMPL otherwise. */
- apr_status_t (*has_realm_hash)(cmd_parms *cmd, const char *provider_name);
-
} authn_provider;
/* A linked-list of authn providers. */