fuse_mount

Create a FUSE mountpoint

Returns a control file descriptor suitable for passing to fuse_new()

@param mountpoint the mount point path @param args argument vector @return the communication channel on success, NULL on failure

extern (C)
fuse_mount
(
const char* mountpoint
,
fuse_args* args
)

Meta