Exemplo n.º 1
0
int
fuse_is_lib_option(unused const char *opt)
{
	return (fuse_opt_match(fuse_core_opts, opt));
}
Exemplo n.º 2
0
int fuse_is_lib_option(const char *opt)
{
	return fuse_opt_match(fuse_lib_opts, opt);
}