diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibfuse_private.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped/wrappedlibfuse_private.h b/src/wrapped/wrappedlibfuse_private.h index 21de7cd1..5675db9b 100755 --- a/src/wrapped/wrappedlibfuse_private.h +++ b/src/wrapped/wrappedlibfuse_private.h @@ -107,12 +107,12 @@ GO(fuse_mount, pFpp) //GO(fuse_new_compat22, //GO(fuse_new_compat25, //GO(fuse_notify_poll, -//GO(fuse_opt_add_arg, -//GO(fuse_opt_add_opt, -//GO(fuse_opt_add_opt_escaped, +GO(fuse_opt_add_arg, iFpp) +GO(fuse_opt_add_opt, iFpp) +GO(fuse_opt_add_opt_escaped, iFpp) GO(fuse_opt_free_args, vFp) -//GO(fuse_opt_insert_arg, -//GO(fuse_opt_match, +GO(fuse_opt_insert_arg, iFpip) +GO(fuse_opt_match, iFpp) GOM(fuse_opt_parse, iFEpppp) GO(fuse_parse_cmdline, iFpppp) //GO(fuse_pollhandle_destroy, |