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