Skip to main content

svn_nls_init

Function svn_nls_init 

Source
pub unsafe extern "C" fn svn_nls_init() -> *mut svn_error_t
Expand description

Set up the NLS. Return the error @c APR_EINVAL or @c APR_INCOMPLETE if an error occurs.

@note This function is for bindings. You should usually use svn_cmdline_init() instead of calling this function directly. This function should be called after initializing APR.

@since New in 1.3.