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