pub unsafe extern "C" fn svn_stream_disown(
stream: *mut svn_stream_t,
pool: *mut apr_pool_t,
) -> *mut svn_stream_tExpand description
Return a stream allocated in @a pool which forwards all requests to @a stream. Destruction is explicitly excluded from forwarding.
@see http://subversion.apache.org/docs/community-guide/conventions.html#destruction-of-stacked-resources
@since New in 1.4.