dll: fuse: testing

This commit is contained in:
Bill Zissimopoulos
2016-06-11 13:37:02 -07:00
parent cf66fc3931
commit 6bc3ec7c8a
3 changed files with 10 additions and 2 deletions

View File

@ -85,7 +85,7 @@ FSP_FUSE_API void fsp_fuse_unmount(struct fsp_fuse_env *env,
FSP_FUSE_API int fsp_fuse_parse_cmdline(struct fsp_fuse_env *env,
struct fuse_args *args,
char **mountpoint, int *multithreaded, int *foreground);
FSP_FUSE_API NTSTATUS fsp_fuse_ntstatus_from_errno(struct fsp_fuse_env *env,
FSP_FUSE_API long fsp_fuse_ntstatus_from_errno(struct fsp_fuse_env *env,
int err);
static inline int fuse_version(void)