Skip to main content

svn_stream_for_stderr

Function svn_stream_for_stderr 

Source
pub unsafe extern "C" fn svn_stream_for_stderr(
    err: *mut *mut svn_stream_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Set @a *err to a generic stream connected to stderr, allocated in @a pool. The stream and its underlying APR handle will be closed when @a pool is cleared or destroyed.

@since New in 1.7.