diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-03-18 13:33:26 +0000 |
---|---|---|
committer | <> | 2015-07-08 14:41:01 +0000 |
commit | bb0ef45f7c46b0ae221b26265ef98a768c33f820 (patch) | |
tree | 98bae10dde41c746c51ae97ec4f879e330415aa7 /subversion/libsvn_wc/entries.h | |
parent | 239dfafe71711b2f4c43d7b90a1228d7bdc5195e (diff) | |
download | subversion-tarball-subversion-1.8.13.tar.gz |
Imported from /home/lorry/working-area/delta_subversion-tarball/subversion-1.8.13.tar.gz.subversion-1.8.13
Diffstat (limited to 'subversion/libsvn_wc/entries.h')
-rw-r--r-- | subversion/libsvn_wc/entries.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/subversion/libsvn_wc/entries.h b/subversion/libsvn_wc/entries.h index 7e07266..87caa46 100644 --- a/subversion/libsvn_wc/entries.h +++ b/subversion/libsvn_wc/entries.h @@ -148,6 +148,15 @@ svn_wc__serialize_file_external(const char **str, const svn_opt_revision_t *rev, apr_pool_t *pool); +/* Non-deprecated wrapper variant of svn_wc_entries_read used implement + legacy API functions. See svn_wc_entries_read for a detailed description. + */ +svn_error_t * +svn_wc__entries_read_internal(apr_hash_t **entries, + svn_wc_adm_access_t *adm_access, + svn_boolean_t show_hidden, + apr_pool_t *pool); + #ifdef __cplusplus } #endif /* __cplusplus */ |