wrowe 2002/06/08 22:01:40
Modified: include apr_network_io.h
Log:
set/set, unset/unset.
Revision Changes Path
1.123 +3 -0 apr/include/apr_network_io.h
Index: apr_network_io.h
===================================================================
RCS file: /home/cvs/apr/include/apr_network_io.h,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- apr_network_io.h 9 Jun 2002 04:42:58 -0000 1.122
+++ apr_network_io.h 9 Jun 2002 05:01:40 -0000 1.123
@@ -822,6 +822,9 @@
*/
APR_DECLARE(void) apr_socket_inherit_unset(apr_socket_t *skt);
+/** @deprecated @see apr_socket_inherit_unset */
+APR_DECLARE(void) apr_socket_unset_inherit(apr_socket_t *skt);
+
#ifdef __cplusplus
}
#endif