summaryrefslogtreecommitdiff
path: root/subversion/libsvn_wc/adm_files.h
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2017-08-05 16:22:51 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2017-08-05 16:22:51 +0000
commitcf46733632c7279a9fd0fe6ce26f9185a4ae82a9 (patch)
treeda27775a2161723ef342e91af41a8b51fedef405 /subversion/libsvn_wc/adm_files.h
parentbb0ef45f7c46b0ae221b26265ef98a768c33f820 (diff)
downloadsubversion-tarball-master.tar.gz
Diffstat (limited to 'subversion/libsvn_wc/adm_files.h')
-rw-r--r--subversion/libsvn_wc/adm_files.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/subversion/libsvn_wc/adm_files.h b/subversion/libsvn_wc/adm_files.h
index 3712149..8c94f74 100644
--- a/subversion/libsvn_wc/adm_files.h
+++ b/subversion/libsvn_wc/adm_files.h
@@ -112,30 +112,6 @@ svn_error_t *svn_wc__open_adm_stream(svn_stream_t **stream,
apr_pool_t *scratch_pool);
-/* Open a writable stream to a temporary (normal or revert) text base,
- associated with the versioned file LOCAL_ABSPATH in DB. Set *STREAM to
- the opened stream and *TEMP_BASE_ABSPATH to the path to the temporary
- file. The temporary file will have an arbitrary unique name, in contrast
- to the deterministic name that svn_wc__text_base_deterministic_tmp_path()
- returns.
-
- Arrange that, on stream closure, *MD5_CHECKSUM and *SHA1_CHECKSUM will be
- set to the MD-5 and SHA-1 checksums respectively of that file.
- MD5_CHECKSUM and/or SHA1_CHECKSUM may be NULL if not wanted.
-
- Allocate the new stream, path and checksums in RESULT_POOL.
- */
-svn_error_t *
-svn_wc__open_writable_base(svn_stream_t **stream,
- const char **temp_base_abspath,
- svn_checksum_t **md5_checksum,
- svn_checksum_t **sha1_checksum,
- svn_wc__db_t *db,
- const char *wri_abspath,
- apr_pool_t *result_pool,
- apr_pool_t *scratch_pool);
-
-
/* Blow away the admistrative directory associated with DIR_ABSPATH.
For single-db this doesn't perform actual work unless the wcroot is passed.
*/