Changed a policy in vsys. When an acl is empty, the script doesn't show up in ANY...
[vsys.git] / ocaml_inotify-0.4 / inot.c
1 #include <inotifytools/inotify.h>
2
3 int main() {
4         inotify_init();
5 }