Function libuci_sys::uci_set_backend[][src]

pub unsafe extern "C" fn uci_set_backend(
    ctx: *mut uci_context,
    name: *const c_char
) -> c_int
Expand description

uci_set_backend: change the default backend @ctx: uci context @name: name of the backend

The default backend is “file”, which uses /etc/config for config storage