Exported symbols.
[cl-inotify.git] / package.lisp
1 (in-package #:cl-user)
2
3 (defpackage cl-notify
4   (:use #:cl #:cffi)
5   (:export #:inotify-event
6            #:inotify-event-wd
7            #:inotify-event-mask
8            #:inotify-event-cookie
9            #:inotify-event-name
10
11            #:inotify-read-raw-event
12            #:inotify-read-event
13            #:make-inotify
14            #:close-notify
15            #:watch
16            #:unwatch
17            ))