Skip to main content

svn_stream_from_aprfile

Function svn_stream_from_aprfile 

Source
pub unsafe extern "C" fn svn_stream_from_aprfile(
    file: *mut apr_file_t,
    pool: *mut apr_pool_t,
) -> *mut svn_stream_t
Expand description

Similar to svn_stream_from_aprfile2(), except that the file will always be disowned.

@note The stream returned is not considered to “own” the underlying file, meaning that svn_stream_close() on the stream will not close the file.

@deprecated Provided for backward compatibility with the 1.3 API.