Index: ossp-pkg/sio/sio.c RCS File: /v/ossp/cvs/ossp-pkg/sio/sio.c,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/sio/sio.c,v' 2>/dev/null --- sio.c 2002/11/29 13:00:18 1.16 +++ sio.c 2002/11/29 13:04:15 1.17 @@ -65,7 +65,7 @@ sio_rc_t rc_with_data; /* default rc to avoid */ sio_rc_t rc_no_data; /* decision in strategy() */ al_t *al; /* reader/writer assembly line */ - sio_rc_t (*func)(sio_t *, al_t *, void *); /* input() or output() */ + sio_rc_t (*func)(sio_t *, al_t *, void *, sio_rc_t); /* input() or output() */ }; /*