[][src]Function libfuse_sys::fuse::fuse_opt_match

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

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