Skip to main content

sled_config_set_path

Function sled_config_set_path 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn sled_config_set_path( config: *mut Config, path: *const c_char, ) -> *mut Config
Expand description

Set the configured file path. The caller is responsible for freeing the path string after calling this (it is copied in this function).