From 810a9fc074bd7496237122a415d8a17bf5dc9761 Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Sun, 25 Oct 2009 23:14:07 +0100 Subject: [PATCH] Exported symbols. --- package.lisp | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 + )) -- 1.7.10.4