rbb 2002/11/30 20:32:27
Modified: include apr_network_io.h
Log:
Fix the docs for apr_bind.
Revision Changes Path
1.135 +1 -1 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.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- apr_network_io.h 20 Nov 2002 03:50:21 -0000 1.134
+++ apr_network_io.h 1 Dec 2002 04:32:26 -0000 1.135
@@ -345,7 +345,7 @@
APR_DECLARE(apr_status_t) apr_socket_bind(apr_socket_t *sock,
apr_sockaddr_t *sa);
-/* @deprecated @see apr_socket_bind */
+/** @deprecated @see apr_socket_bind */
APR_DECLARE(apr_status_t) apr_bind(apr_socket_t *sock, apr_sockaddr_t *sa);
/**