about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-10-29 08:52:25 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-10-29 08:52:25 +0200
commitb50dec9d925cb8105299d6852521e652342040e0 (patch)
tree0e3ccf0512072b928ed13b8573867408d4bdea92 /src
parent9f8feb622e19fba215f18701d7798ff612c8240d (diff)
downloadbox64-b50dec9d925cb8105299d6852521e652342040e0.tar.gz
box64-b50dec9d925cb8105299d6852521e652342040e0.zip
Added a few more wrapped libfuse functions
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibfuse_private.h10
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,