Skip to main content
This is unreleased documentation for the main (development) branch of crypto-glue.

inotify_add_watch

Function inotify_add_watch 

Source
pub unsafe extern "C" fn inotify_add_watch(
    fd: c_int,
    path: *const c_char,
    mask: u32,
) -> c_int