[usocket-cvs] r274 - usocket/trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sun Jun 24 18:52:30 UTC 2007


Author: ehuelsmann
Date: Sun Jun 24 14:52:30 2007
New Revision: 274

Modified:
   usocket/trunk/package.lisp
Log:
Add missing symbols to the export list.

Modified: usocket/trunk/package.lisp
==============================================================================
--- usocket/trunk/package.lisp	(original)
+++ usocket/trunk/package.lisp	Sun Jun 24 14:52:30 2007
@@ -43,7 +43,11 @@
              #:ip/=
 
              #:socket-condition ; conditions
+             #:ns-condition
              #:socket-error ; errors
+             #:ns-error
              #:unknown-condition
-             #:unknown-error)))
+             #:ns-unknown-condition
+             #:unknown-error
+             #:ns-unknown-error)))
 



More information about the usocket-cvs mailing list