fuse_opt_add_opt

Add an option to a comma separated option list

@param opts is a pointer to an option list, may point to a NULL value @param opt is the option to add @return -1 on allocation error, 0 on success

extern (C)
int
fuse_opt_add_opt
(
char** opts
,
const char* opt
)

Meta