Function libuci_sys::uci_reorder_section[][src]

pub unsafe extern "C" fn uci_reorder_section(
    ctx: *mut uci_context,
    s: *mut uci_section,
    pos: c_int
) -> c_int
Expand description

uci_reorder: Reposition a section @ctx: uci context @s: uci section to reposition @pos: new position in the section list