summaryrefslogtreecommitdiffstats
path: root/modules/dav/main/mod_dav.h
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2009-10-27 19:36:26 +0100
committerGuenter Knauf <fuankg@apache.org>2009-10-27 19:36:26 +0100
commita7c17df337e546332a27625036ecdf296addcf4c (patch)
treefc04d4fc7f282cb8d93b4d1d4466c90cc2f4275c /modules/dav/main/mod_dav.h
parentUpdate transforms (diff)
downloadapache2-a7c17df337e546332a27625036ecdf296addcf4c.tar.xz
apache2-a7c17df337e546332a27625036ecdf296addcf4c.zip
fixed dav_hooks_repository_fs struct member order, fixed comments.
Submitted by brian brianfrance.com. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@830284 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--modules/dav/main/mod_dav.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/dav/main/mod_dav.h b/modules/dav/main/mod_dav.h
index 7a402e52e7..59ace41224 100644
--- a/modules/dav/main/mod_dav.h
+++ b/modules/dav/main/mod_dav.h
@@ -1941,10 +1941,10 @@ struct dav_hooks_repository
*/
void *ctx;
- /* return request record */
+ /* Get the request rec for a resource */
request_rec * (*get_request_rec)(const dav_resource *resource);
- /* return path */
+ /* Get the pathname for a resource */
const char * (*get_pathname)(const dav_resource *resource);
};