mount /var/log/fprobe-ulog rather than /usr/local/fprobe at Faiyaz's request.
[vsys.git] / ocaml_inotify-0.4 / inot.c
1 #include <inotifytools/inotify.h>
2
3 int main() {
4         inotify_init();
5 }