Check-in Number:
|
2824 | |
Date: |
2002-Nov-14 16:57:53 (local)
2002-Nov-14 15:57:53 (UTC) |
User: | mlelstv |
Branch: | |
Comment: |
reflect change in sio_flag/sio_clearflag signature
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from: |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sio/sio.pod 1.4 -> 1.5
--- sio.pod 2002/11/14 09:17:49 1.4
+++ sio.pod 2002/11/14 15:57:53 1.5
@@ -222,11 +222,11 @@
to flush internal buffers. It depends on the stages wether they
honor this request.
-=item int B<sio_flag>(sio_t *I<sio>, sio_flag_t I<fl>);
+=item sio_rc_t B<sio_flag>(sio_t *I<sio>, sio_flag_t I<fl>);
Query internal flags of the stream I<sio>. Currently you can
specify the flags B<SIO_FLAG_ERROR> and B<SIO_FLAG_EOF>. The
-return value should be treated as a boolean.
+return value is either SIO_TRUE or SIO_FALSE.
=item int B<sio_clearflag>(sio_t *I<sio>, sio_flag_t I<fl>);
|
|