]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Now that we have apr_datum_t, convert some uses of dav_datum over to
authorGreg Stein <gstein@apache.org>
Tue, 18 Sep 2001 03:55:41 +0000 (03:55 +0000)
committerGreg Stein <gstein@apache.org>
Tue, 18 Sep 2001 03:55:41 +0000 (03:55 +0000)
commit110091997ce2453d43a5a4f68cc5dc4598dd8aba
treeb5a415cd685a693e79bfc3f62c5a4415f37ec649
parentcda0c40674e9a5180a3655eac531c7bdff85ee76
Now that we have apr_datum_t, convert some uses of dav_datum over to
apr_datum_t (the two are equivalent).

Expose some of the DAVFS' internal DBM cover functions and have the locking
code use them directly, rather than thru the vtable. That vtable will be
changing shortly, so this shift is needed.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91064 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/fs/dbm.c
modules/dav/fs/lock.c
modules/dav/fs/repos.h