brianp 2002/06/08 21:42:59
Modified: include apr_network_io.h
Log:
Remove one of the two declarations of apr_socket_inherit_set()
Revision Changes Path
1.122 +0 -3 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.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- apr_network_io.h 8 Jun 2002 22:32:11 -0000 1.121
+++ apr_network_io.h 9 Jun 2002 04:42:58 -0000 1.122
@@ -822,9 +822,6 @@
*/
APR_DECLARE(void) apr_socket_inherit_unset(apr_socket_t *skt);
-/** @deprecated @see apr_socket_inherit_set */
-APR_DECLARE(void) apr_socket_set_inherit(apr_socket_t *skt);
-
#ifdef __cplusplus
}
#endif