[usocket-cvs] r179 - usocket/trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Fri Jan 19 20:56:15 UTC 2007


Author: ehuelsmann
Date: Fri Jan 19 15:56:14 2007
New Revision: 179

Modified:
   usocket/trunk/package.lisp
Log:
Add the 'with-server-socket' macro to the list of exported symbols.

Modified: usocket/trunk/package.lisp
==============================================================================
--- usocket/trunk/package.lisp	(original)
+++ usocket/trunk/package.lisp	Fri Jan 19 15:56:14 2007
@@ -22,6 +22,7 @@
              #:get-peer-name
 
              #:with-connected-socket ; macros
+             #:with-server-socket
 
              #:usocket ; socket object and accessors
              #:stream-usocket



More information about the usocket-cvs mailing list