cygfuse: add fuse_exited

This commit is contained in:
Bill Zissimopoulos
2017-05-17 15:13:05 -07:00
parent 18a77d63c3
commit 4e891dc2a8
4 changed files with 9 additions and 0 deletions

View File

@ -143,6 +143,7 @@ static void *cygfuse_init_winfsp()
CYGFUSE_GET_API(h, fsp_fuse_loop);
CYGFUSE_GET_API(h, fsp_fuse_loop_mt);
CYGFUSE_GET_API(h, fsp_fuse_exit);
CYGFUSE_GET_API(h, fsp_fuse_exited);
CYGFUSE_GET_API(h, fsp_fuse_get_context);
/* fuse_opt.h */