wrowe 02/02/20 15:59:07
Modified: include apr_network_io.h
Log:
Nothing serious, just DoxyGenatation
Revision Changes Path
1.117 +3 -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.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- apr_network_io.h 13 Feb 2002 12:12:11 -0000 1.116
+++ apr_network_io.h 20 Feb 2002 23:59:07 -0000 1.117
@@ -494,7 +494,7 @@
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 @@
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(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.