dougm 01/02/01 23:34:26
Modified: include apr_network_io.h
Log:
another style nit caught by C::Scan
Revision Changes Path
1.95 +2 -2 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.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- apr_network_io.h 2001/01/25 12:13:23 1.94
+++ apr_network_io.h 2001/02/02 07:34:22 1.95
@@ -527,10 +527,10 @@
* (Currently only used on Windows)
* </PRE>
* @param on Socket option returned on the call.
- * @deffunc apr_status_t apr_getsocketopt(apr_socket_t *sock, apr_int32_t
opt, apr_int32_t* on)
+ * @deffunc apr_status_t apr_getsocketopt(apr_socket_t *sock, apr_int32_t
opt, apr_int32_t *on)
*/
APR_DECLARE(apr_status_t) apr_getsocketopt(apr_socket_t *sock,
- apr_int32_t opt, apr_int32_t* on);
+ apr_int32_t opt, apr_int32_t *on);
/**
* Return an apr_sockaddr_t from an apr_socket_t