[cells-cvs] CVS Celtk
fgoenninger
fgoenninger at common-lisp.net
Thu May 25 14:03:44 UTC 2006
Update of /project/cells/cvsroot/Celtk
In directory clnet:/tmp/cvs-serv16350
Modified Files:
fileevent.lisp
Log Message:
Exports now also stream-2-in-fd and stream-2-out-fd.
--- /project/cells/cvsroot/Celtk/fileevent.lisp 2006/05/25 13:32:45 1.1
+++ /project/cells/cvsroot/Celtk/fileevent.lisp 2006/05/25 14:03:44 1.2
@@ -21,7 +21,7 @@
;;; DEALINGS IN THE SOFTWARE.
;;;
;;; ---------------------------------------------------------------------------
-;;; $Header: /project/cells/cvsroot/Celtk/fileevent.lisp,v 1.1 2006/05/25 13:32:45 fgoenninger Exp $
+;;; $Header: /project/cells/cvsroot/Celtk/fileevent.lisp,v 1.2 2006/05/25 14:03:44 fgoenninger Exp $
;;; ---------------------------------------------------------------------------
;;; ===========================================================================
@@ -36,7 +36,9 @@
read-fn
write-fn
eof-fn
- mk-fileevent)))
+ mk-fileevent
+ stream-2-in-fd
+ stream-2-out-fd)))
;;; ===========================================================================
;;; TK-FILEEVENT MODEL
More information about the Cells-cvs
mailing list