rbb 99/04/26 13:19:59
Modified: docs networkio.txt Log: Last commit didn't fix what I thought it did, and it made it messier in fact. I need to check more carefully. Revision Changes Path 1.17 +2 -2 apache-apr/docs/networkio.txt Index: networkio.txt =================================================================== RCS file: /home/cvs/apache-apr/docs/networkio.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- networkio.txt 1999/04/26 20:11:58 1.16 +++ networkio.txt 1999/04/26 20:19:59 1.17 @@ -62,13 +62,13 @@ return) APR_SUCCESS or APR_FAILURE. Note: To unset an option, call apr_setsocketoption with the same argument. - void apr_apr_sd_set(apr_socket_t *, sd_set *) + void apr_sd_set(apr_socket_t *, sd_set *) set the bit in the apr_sd_set that corresponds to the socket Arguments: arg 1) The socket we care about. arg 2) The apr_sd_set we are adding to. - void apr_sd_rapr_socket_t *, apr_sd_set *) + void apr_sd_clr(apr_socket_t *, apr_sd_set *) clear the bit in the apr_sd_set that corresponds to the socket Arguments: arg 1) The socket we care about.