pub unsafe extern "C" fn svn_stream_set_readline(
stream: *mut svn_stream_t,
readline_fn: svn_stream_readline_fn_t,
)Expand description
Set @a stream’s readline function to @a readline_fn
@since New in 1.10.
pub unsafe extern "C" fn svn_stream_set_readline(
stream: *mut svn_stream_t,
readline_fn: svn_stream_readline_fn_t,
)Set @a stream’s readline function to @a readline_fn
@since New in 1.10.