Changed everything to inotify naming.
[cl-inotify.git] / package.lisp
index 65b2410..ac6380f 100644 (file)
           ;;; very raw
           #:read-raw-event-from-stream
 
-          #:close-notify
+          #:close-inotify
 
           ;;; event parsing functions
-          #:make-unregistered-notify
+          #:make-unregistered-inotify
           #:read-event-from-stream
           #:watch-raw
           #:unwatch-raw
 
           ;;; enhanced functionality
-          #:make-notify
+          #:make-inotify
           #:watchedp
           #:watch
           #:unwatch
@@ -30,6 +30,5 @@
           ;;; convenience functions
           #:list-watched
           #:do-events
-          #:read-events
-          )
+          #:next-events)
   (:documentation "A binding (not only?) for the LINUX inotify(7) API."))