diff options
author | Peter Wemm <peter@FreeBSD.org> | 2018-05-08 03:44:38 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2018-05-08 03:44:38 +0000 |
commit | 3faf8d6bffc5d0fb2525ba37bb504c53366caf9d (patch) | |
tree | 7e47911263e75034b767fe34b2f8d3d17e91f66d /subversion/libsvn_fs_x/noderevs.h | |
parent | a55fb3c0d5eca7d887798125d5b95942b1f01d4b (diff) |
Import Subversion-1.10.0vendor/subversion/subversion-1.10.0
Notes
Notes:
svn path=/vendor/subversion/dist/; revision=333347
svn path=/vendor/subversion/subversion-1.10.0/; revision=333348; tag=vendor/subversion/subversion-1.10.0
Diffstat (limited to 'subversion/libsvn_fs_x/noderevs.h')
-rw-r--r-- | subversion/libsvn_fs_x/noderevs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/subversion/libsvn_fs_x/noderevs.h b/subversion/libsvn_fs_x/noderevs.h index f9b79dcf2be1..72b2ef84d239 100644 --- a/subversion/libsvn_fs_x/noderevs.h +++ b/subversion/libsvn_fs_x/noderevs.h @@ -20,8 +20,8 @@ * ==================================================================== */ -#ifndef SVN_LIBSVN_FS__NODEREVS_H -#define SVN_LIBSVN_FS__NODEREVS_H +#ifndef SVN_LIBSVN_FS_X_NODEREVS_H +#define SVN_LIBSVN_FS_X_NODEREVS_H #include "svn_io.h" #include "fs.h" @@ -76,7 +76,7 @@ svn_error_t * svn_fs_x__noderevs_get(svn_fs_x__noderev_t **noderev_p, const svn_fs_x__noderevs_t *container, apr_size_t idx, - apr_pool_t *pool); + apr_pool_t *result_pool); /* I/O interface. */ @@ -114,7 +114,7 @@ svn_error_t * svn_fs_x__deserialize_noderevs_container(void **out, void *data, apr_size_t data_len, - apr_pool_t *pool); + apr_pool_t *result_pool); /* Implements svn_cache__partial_getter_func_t for svn_fs_x__noderevs_t, * setting *OUT to the svn_fs_x__noderev_t selected by the apr_uint32_t index |