Exported symbols.
authorOlof-Joachim Frahm <Olof.Frahm@web.de>
Sun, 25 Oct 2009 22:14:07 +0000 (23:14 +0100)
committerOlof-Joachim Frahm <Olof.Frahm@web.de>
Sun, 25 Oct 2009 22:14:07 +0000 (23:14 +0100)
package.lisp

index a67d037..4ec662d 100644 (file)
@@ -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
+          ))