1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00

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
This commit is contained in:
Eric Covener
2008-07-22 23:49:51 +00:00
parent daa21a6a6f
commit bb7398fce0
8 changed files with 4 additions and 61 deletions

View File

@@ -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. */