pub unsafe extern "C" fn svn_stream_for_stdin(
in_: *mut *mut svn_stream_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_stream_for_stdin2(), but with buffering being disabled.
@since New in 1.7.
@deprecated Provided for backward compatibility with the 1.9 API.