Update of /project/lisppaste/cvsroot/lisppaste2 In directory common-lisp.net:/home/bmastenbrook/lisppaste2
Modified Files: package.lisp Log Message: MORE EXPORTS
Date: Tue Jul 6 09:34:24 2004 Author: bmastenbrook
Index: lisppaste2/package.lisp diff -u lisppaste2/package.lisp:1.7 lisppaste2/package.lisp:1.8 --- lisppaste2/package.lisp:1.7 Tue Jun 8 08:23:04 2004 +++ lisppaste2/package.lisp Tue Jul 6 09:34:24 2004 @@ -1,4 +1,4 @@ -;;;; $Id: package.lisp,v 1.7 2004/06/08 15:23:04 bmastenbrook Exp $ +;;;; $Id: package.lisp,v 1.8 2004/07/06 16:34:24 bmastenbrook Exp $ ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/package.lisp,v $
;;;; See the LICENSE file for licensing information. @@ -9,6 +9,7 @@ (defpackage :lisppaste (:use :cl #+sbcl :sb-bsd-sockets :html-encode) (:export :start-lisppaste :join-new-channel :shut-up :un-shut-up :say-help - :kill-paste :kill-paste-annotations :kill-paste-annotation))) + :kill-paste :kill-paste-annotations :kill-paste-annotation + :display-paste-url :find-paste)))