pub unsafe extern "C" fn uci_load(
ctx: *mut uci_context,
name: *const c_char,
package: *mut *mut uci_package,
) -> c_intExpand description
uci_load: Parse an uci config file and store it in the uci context
@ctx: uci context @name: name of the config file (relative to the config directory) @package: store the loaded config package in this variable