fuse_opt_match

Function fuse_opt_match 

Source
pub unsafe extern "C" fn fuse_opt_match(
    opts: *const fuse_opt,
    opt: *const c_char,
) -> c_int
Expand description

Check if an option matches

@param opts is the option description array @param opt is the option to match @return 1 if a match is found, 0 if not