GME  13
mod_authz_svn.h
Go to the documentation of this file.
00001 
00027 #ifndef MOD_AUTHZ_SVN_H
00028 #define MOD_AUTHZ_SVN_H
00029 
00030 #include <httpd.h>
00031 
00032 #ifdef __cplusplus
00033 extern "C" {
00034 #endif /* __cplusplus */
00035 
00036 /*
00037  * mod_dav_svn to mod_authz_svn bypass mechanism
00038  */
00040 #define AUTHZ_SVN__SUBREQ_BYPASS_PROV_GRP "dav2authz_subreq_bypass"
00041 
00042 #define AUTHZ_SVN__SUBREQ_BYPASS_PROV_NAME "mod_authz_svn_subreq_bypass"
00043 
00044 #define AUTHZ_SVN__SUBREQ_BYPASS_PROV_VER "00.00a"
00045 
00053 typedef int (*authz_svn__subreq_bypass_func_t)(request_rec *r,
00054                                               const char *repos_path,
00055                                               const char *repos_name);
00056 
00057 #ifdef __cplusplus
00058 }
00059 #endif /* __cplusplus */
00060 
00061 #endif