diff options
author | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2002-02-20 23:59:07 +0000 |
---|---|---|
committer | wrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68> | 2002-02-20 23:59:07 +0000 |
commit | 8ede7c81d5fc6b34dab96a7f4798b125d0d61c94 (patch) | |
tree | 2ca292df6058498551f49ab49af2946b0df9abec /include/apr_network_io.h | |
parent | 312713252fb51b97430d156e805e1ff4605ba286 (diff) | |
download | libapr-8ede7c81d5fc6b34dab96a7f4798b125d0d61c94.tar.gz |
Nothing serious, just DoxyGenatation
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63037 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r-- | include/apr_network_io.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h index b1ccdb78f..ae224efae 100644 --- a/include/apr_network_io.h +++ b/include/apr_network_io.h @@ -494,7 +494,7 @@ APR_DECLARE(apr_status_t) apr_recvfrom(apr_sockaddr_t *from, apr_socket_t *sock, apr_int32_t flags, char *buf, apr_size_t *len); -#if APR_HAS_SENDFILE +#if APR_HAS_SENDFILE || defined(DOXYGEN) /** * Send a file from an open file descriptor to a socket, along with @@ -761,7 +761,7 @@ APR_DECLARE(apr_status_t) apr_poll_data_set(apr_pollfd_t *pollfd, void *data, const char *key, apr_status_t (*cleanup)(void *)); -#if APR_FILES_AS_SOCKETS +#if APR_FILES_AS_SOCKETS || defined(DOXYGEN) /** * Convert a File type to a socket so that it can be used in a poll operation. @@ -804,7 +804,7 @@ APR_DECLARE(apr_status_t) apr_ipsubnet_create(apr_ipsubnet_t **ipsub, const char */ APR_DECLARE(int) apr_ipsubnet_test(apr_ipsubnet_t *ipsub, apr_sockaddr_t *sa); -#if APR_HAS_SO_ACCEPTFILTER +#if APR_HAS_SO_ACCEPTFILTER || defined(DOXYGEN) /** * Set an OS level accept filter. * @param sock The socket to put the accept filter on. |