[][src]Function libfuse_sys::fuse_daemonize

pub unsafe extern "C" fn fuse_daemonize(foreground: c_int) -> c_int

Go into the background

@param foreground if true, stay in the foreground @return 0 on success, -1 on failure