--- 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 *);
};
|