ossp-pkg/sio/sio.c 1.16 -> 1.17
--- 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() */
};
/*
|
|