From b50dec9d925cb8105299d6852521e652342040e0 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sat, 29 Oct 2022 08:52:25 +0200 Subject: Added a few more wrapped libfuse functions --- src/wrapped/wrappedlibfuse_private.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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, -- cgit 1.4.1