X-Git-Url: http://git.kpe.io/?p=wol.git;a=blobdiff_plain;f=classes.lisp;fp=classes.lisp;h=27d16549c5ad4d64fc2eefd2e093bf3cefe5d551;hp=766fce013a3602c9f4fd8b3473f6f08042bcc270;hb=5b681c40455d3619afb96a8335a94cd2a411e0c6;hpb=ca586910648f4844e335d92f23e619fd2b84f969 diff --git a/classes.lisp b/classes.lisp index 766fce0..27d1654 100644 --- a/classes.lisp +++ b/classes.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: July 2003 ;;;; -;;;; $Id: classes.lisp,v 1.8 2003/08/10 17:56:44 kevin Exp $ +;;;; $Id: classes.lisp,v 1.9 2003/08/15 14:04:57 kevin Exp $ ;;;; ;;;; This file and Wol are Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -89,11 +89,11 @@ (defvar *active-projects* (make-hash-table :test 'equal)) -(defvar +asp-header+ "lsp") -(defvar +full-asp-header+ "/lsp") +(eval-when (:compile-toplevel :load-toplevel :execute) + (defvar +plist-header+ "sdata" + "string that starts an encoded plist")) -(defvar +plist-header+ "/sdata" - "string that starts an encoded plist") +(defconstant +plist-header-length+ (length +plist-header+)) (defparameter *wol-version* '(0 1 0))