precated Provided for backward compatibility with the 1.0 API. */ SVN_DEPRECATED svn_error_t * svn_hash_read(apr_hash_t *hash, apr_file_t *srcfile, apr_pool_t *pool); /** * This function behaves like svn_hash_write2(), but it only works * on an apr_file_t output, and the terminator is always "END". * * @deprecated Provided for backward compatibility with the 1.0 API. */ SVN_DEPRECATED svn_error_t * svn_hash_write(apr_hash_t *hash, apr_file_t *destfile, apr_pool_t *pool); /** @} */