GME  13
mod_dav_svn.h
Go to the documentation of this file.
00001 
00027 
00028 #ifndef MOD_DAV_SVN_H
00029 #define MOD_DAV_SVN_H
00030 
00031 #include <httpd.h>
00032 #include <mod_dav.h>
00033 
00034 
00035 #ifdef __cplusplus
00036 extern "C" {
00037 #endif /* __cplusplus */
00038 
00039 
00078 AP_MODULE_DECLARE(dav_error *) dav_svn_split_uri(request_rec *r,
00079                                                  const char *uri,
00080                                                  const char *root_path,
00081                                                  const char **cleaned_uri,
00082                                                  int *trailing_slash,
00083                                                  const char **repos_basename,
00084                                                  const char **relative_path,
00085                                                  const char **repos_path);
00086 
00087 
00091 AP_MODULE_DECLARE(dav_error *) dav_svn_get_repos_path(request_rec *r,
00092                                                       const char *root_path,
00093                                                       const char **repos_path);
00094 
00095 #ifdef __cplusplus
00096 }
00097 #endif /* __cplusplus */
00098 
00099 #endif /* MOD_DAV_SVN_H */