svn_stream_reset

Function svn_stream_reset 

Source
pub unsafe extern "C" fn svn_stream_reset(
    stream: *mut svn_stream_t,
) -> *mut svn_error_t
Expand description

Reset a generic stream back to its origin. (E.g. On a file this would be implemented as a seek to position 0). This function returns a #SVN_ERR_STREAM_SEEK_NOT_SUPPORTED error when the stream doesn’t implement resetting.

@since New in 1.7.