X-Git-Url: http://repo.macrolet.net/gitweb/?p=cl-inotify.git;a=blobdiff_plain;f=package.lisp;fp=package.lisp;h=63d2a3d2c59b7297f9e9ccc51d57bbdc779aa16c;hp=1951899d967b2dd726bc3e01e419bbd52dc871c6;hb=b089f667c526fda62db1f08923c94b0da8de8c34;hpb=1e07f5bd534aa233fc53a97787b5e38b5d5fbed1 diff --git a/package.lisp b/package.lisp index 1951899..63d2a3d 100644 --- a/package.lisp +++ b/package.lisp @@ -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."))