diff options
Diffstat (limited to 'include/fanotify.h')
| -rw-r--r-- | include/fanotify.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/fanotify.h b/include/fanotify.h new file mode 100644 index 0000000..d58109f --- /dev/null +++ b/include/fanotify.h @@ -0,0 +1,6 @@ +#pragma once + +#include "agent_context.h" + +int setup_fanotify(void); +void select_fanotify(int fan_fd, agent_context_t *ctx); |
