X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=package.lisp;h=f67fc85d8a5bb137ac20b0e3c3d8e79c35417135;hb=f11c5cad2d9ffd566b6e1f3d1ffb6d7cf7c7e855;hp=63d2a3d2c59b7297f9e9ccc51d57bbdc779aa16c;hpb=b089f667c526fda62db1f08923c94b0da8de8c34;p=cl-inotify.git diff --git a/package.lisp b/package.lisp index 63d2a3d..f67fc85 100644 --- a/package.lisp +++ b/package.lisp @@ -1,4 +1,4 @@ -;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8; package: cl-user; -*- +;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*- ;; Copyright (c) 2011-12, Olof-Joachim Frahm ;; All rights reserved. @@ -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."))