OSSP CVS Repository

ossp - Check-in [2931]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2931
Date: 2002-Nov-29 14:03:40 (local)
2002-Nov-29 13:03:40 (UTC)
User:mlelstv
Branch:
Comment: fix cut&paste error

PR: Submitted by: Reviewed by: Approved by: Obtained from:

Tickets:
Inspections:
Files:
ossp-pkg/sio/sio.h      1.8 -> 1.9     2 inserted, 2 deleted

ossp-pkg/sio/sio.h 1.8 -> 1.9

--- sio.h        2002/11/28 16:29:37     1.8
+++ sio.h        2002/11/29 13:03:40     1.9
@@ -104,8 +104,8 @@
     sio_rc_t (*closer)    (sio_t *, al_t *, void *);
     sio_rc_t (*openw)     (sio_t *, al_t *, void *);
     sio_rc_t (*closew)    (sio_t *, al_t *, void *);
-    sio_rc_t (*input)     (sio_t *, al_t *, void *);
-    sio_rc_t (*output)    (sio_t *, al_t *, void *);
+    sio_rc_t (*input)     (sio_t *, al_t *, void *, sio_rc_t orc);
+    sio_rc_t (*output)    (sio_t *, al_t *, void *, sio_rc_t orc);
     sio_rc_t (*shutdown)  (sio_t *, void *);
 };
 

CVSTrac 2.0.1