ossp-pkg/sio/sio_hello.c 1.10 -> 1.11
--- sio_hello.c 2002/11/27 15:50:29 1.10
+++ sio_hello.c 2002/11/29 13:00:18 1.11
@@ -391,13 +391,13 @@
/************************************************************************/
static
-sio_rc_t hello_input(sio_t *sio, al_t *al, void *u)
+sio_rc_t hello_input(sio_t *sio, al_t *al, void *u, sio_rc_t orc)
{
return hello_protocol(sio, (private_t *)u, 0);
}
static
-sio_rc_t hello_output(sio_t *sio, al_t *al, void *u)
+sio_rc_t hello_output(sio_t *sio, al_t *al, void *u, sio_rc_t orc)
{
return hello_protocol(sio, (private_t *)u, 1);
}
|
|