Check-in Number:
|
2932 | |
Date: |
2002-Nov-29 14:04:15 (local)
2002-Nov-29 13:04:15 (UTC) |
User: | mlelstv |
Branch: | |
Comment: |
fix old prototype
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from: |
Tickets: |
|
Inspections: |
|
Files: |
|
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() */
};
/*
|
|