svn_handle_warning2

Function svn_handle_warning2 

Source
pub unsafe extern "C" fn svn_handle_warning2(
    stream: *mut FILE,
    error: *const svn_error_t,
    prefix: *const c_char,
)
Expand description

Very basic default warning handler: print out the error @a error to the stdio stream @a stream, prefixed by @a prefix. Allocations are performed in the error’s pool.

@a error may not be @c NULL.

@note This does not clear @a error.

@since New in 1.2.