Index: ossp-pkg/sio/sio.h RCS File: /v/ossp/cvs/ossp-pkg/sio/sio.h,v rcsdiff -q -kk '-r1.8' '-r1.9' -u '/v/ossp/cvs/ossp-pkg/sio/sio.h,v' 2>/dev/null --- 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 *); };