diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2002-06-09 05:01:40 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2002-06-09 05:01:40 +0000 |
commit | b353aacd093ec4a78fdbabfc668757caf1cf9a57 (patch) | |
tree | 7cec60bdc4fd8c35893f9234a24eb26da2368e5e /include/apr_network_io.h | |
parent | ce7489570d8dbe3a73c8036e636c983a9dc5489f (diff) | |
download | libapr-b353aacd093ec4a78fdbabfc668757caf1cf9a57.tar.gz |
set/set, unset/unset.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r-- | include/apr_network_io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h index 14830832a..7664d7637 100644 --- a/include/apr_network_io.h +++ b/include/apr_network_io.h @@ -822,6 +822,9 @@ APR_DECLARE(void) apr_socket_set_inherit(apr_socket_t *skt); */ 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 |