Update documentation.
[cl-inotify.git] / package.lisp
index 63d2a3d..7470304 100644 (file)
@@ -30,6 +30,7 @@
 
 (defpackage cl-inotify
   (:use #:cl #:cffi)
+  (:import-from #:osicat-posix #:defsyscall)
   (:export ;;; used types for documentation
           #:inotify-add/read-flag
           #:inotify-read-flag
@@ -75,8 +76,5 @@
 
           ;;; macros
           #:with-inotify
-          #:with-unregistered-inotify
-          #:with-inotify-event-handler
-
-          #:run-inotify-program)
+          #:with-unregistered-inotify)
   (:documentation "A binding (not only?) for the LINUX inotify(7) API."))