pub unsafe extern "C" fn svn_string_from_stream(
result: *mut *mut svn_string_t,
stream: *mut svn_stream_t,
result_pool: *mut apr_pool_t,
scratch_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_string_from_stream2(), but always passes 0 for @a len_hint.
@deprecated Provided for backwards compatibility with the 1.9 API.