From: Olof-Joachim Frahm Date: Sun, 25 Oct 2009 22:14:07 +0000 (+0100) Subject: Exported symbols. X-Git-Url: http://repo.macrolet.net/gitweb/?p=cl-inotify.git;a=commitdiff_plain;h=810a9fc074bd7496237122a415d8a17bf5dc9761 Exported symbols. --- diff --git a/package.lisp b/package.lisp index a67d037..4ec662d 100644 --- a/package.lisp +++ b/package.lisp @@ -1,4 +1,17 @@ (in-package #:cl-user) (defpackage cl-notify - (:use #:cl #:cffi)) + (:use #:cl #:cffi) + (:export #:inotify-event + #:inotify-event-wd + #:inotify-event-mask + #:inotify-event-cookie + #:inotify-event-name + + #:inotify-read-raw-event + #:inotify-read-event + #:make-inotify + #:close-notify + #:watch + #:unwatch + ))