Skip to main content

syncular_free_string

Function syncular_free_string 

Source
#[unsafe(no_mangle)]
pub extern "C" fn syncular_free_string(ptr: *mut c_char)
Expand description

Free a string returned by syncular_client_command / syncular_client_poll_event.

§Safety

ptr must be a string from one of those functions, freed once.