fuse_opt_match

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

extern (C)
int
fuse_opt_match
(
const fuse_opt* opts
,
const char* opt
)

Meta