Function to run an external program under watch.
[cl-inotify.git] / package.lisp
index 1951899..63d2a3d 100644 (file)
@@ -75,5 +75,8 @@
 
           ;;; macros
           #:with-inotify
-          #:with-unregistered-inotify)
+          #:with-unregistered-inotify
+          #:with-inotify-event-handler
+
+          #:run-inotify-program)
   (:documentation "A binding (not only?) for the LINUX inotify(7) API."))