diff options
Diffstat (limited to 'subversion/libsvn_fs_fs/rep-cache.h')
-rw-r--r-- | subversion/libsvn_fs_fs/rep-cache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/subversion/libsvn_fs_fs/rep-cache.h b/subversion/libsvn_fs_fs/rep-cache.h index 75072a03eb596..30377786c5c17 100644 --- a/subversion/libsvn_fs_fs/rep-cache.h +++ b/subversion/libsvn_fs_fs/rep-cache.h @@ -64,11 +64,11 @@ svn_fs_fs__walk_rep_reference(svn_fs_t *fs, apr_pool_t *pool); /* Return the representation REP in FS which has fulltext CHECKSUM. - REP is allocated in POOL. If the rep cache database has not been - opened, just set *REP to NULL. Returns SVN_ERR_FS_CORRUPT if + *REP_P is allocated in POOL. If the rep cache database has not been + opened, just set *REP_P to NULL. Returns SVN_ERR_FS_CORRUPT if a reference beyond HEAD is detected. */ svn_error_t * -svn_fs_fs__get_rep_reference(representation_t **rep, +svn_fs_fs__get_rep_reference(representation_t **rep_p, svn_fs_t *fs, svn_checksum_t *checksum, apr_pool_t *pool); |