X-Git-Url: http://git.kpe.io/?p=wol.git;a=blobdiff_plain;f=package.lisp;h=15b1d123a0e87386494cdcbc07b9480972ed9bc0;hp=7b96f97bb1321f6b80c8778c5a149a3bb08e35d7;hb=HEAD;hpb=d91ff3b4d9cdcae003420c04609ea736161c7e65 diff --git a/package.lisp b/package.lisp index 7b96f97..15b1d12 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: April 2001 ;;;; -;;;; $Id: package.lisp,v 1.2 2003/07/18 21:34:18 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file and wol are Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -17,7 +17,7 @@ (defpackage #:wol (:use #:kmrcl #:hyperobject #:common-lisp - #:lml2 #:base64 #:modlisp) + #:lml2 #:cl-base64 #:modlisp #:puri) (:export ;; classes.lisp @@ -27,10 +27,11 @@ #:websession-data #:websession-variable #:websession-key - #:request-plist + #:request-url-plist + #:request-url-next-plists #:request-posted-content #:request-raw-uri - + ;; projects.lisp #:wol-project #:header-slot-value @@ -38,7 +39,7 @@ #:request-query-value #:websession-variable #:with-wol-page - + ;; sessions.lisp ;; uri.lisp @@ -54,8 +55,8 @@ ) (:shadowing-import-from #+allegro :mp #-allegro :acl-compat-mp - :with-process-lock :make-process-lock - :process-kill :process-run-function - ) + :with-process-lock :make-process-lock + :process-kill :process-run-function + ) )