ossp-pkg/sio/sio_bio.c 1.5 -> 1.6
--- sio_bio.c 2002/11/27 15:50:29 1.5
+++ sio_bio.c 2002/11/29 13:00:18 1.6
@@ -505,7 +505,7 @@
}
static
-sio_rc_t siobio_input(sio_t *sio, al_t *al, void *u)
+sio_rc_t siobio_input(sio_t *sio, al_t *al, void *u, sio_rc_t orc)
{
private_t *my = (private_t *)u;
sio_rc_t rc;
@@ -529,7 +529,7 @@
}
static
-sio_rc_t siobio_output(sio_t *sio, al_t *al, void *u)
+sio_rc_t siobio_output(sio_t *sio, al_t *al, void *u, sio_rc_t orc)
{
private_t *my = (private_t *)u;
sio_rc_t rc;
|
|