src/ucx/cx/utils.h

changeset 504
c094afcdfb27
parent 490
d218607f5a7e
--- a/src/ucx/cx/utils.h	Sun Jul 09 15:14:26 2023 +0200
+++ b/src/ucx/cx/utils.h	Mon Jul 10 18:39:24 2023 +0200
@@ -183,7 +183,6 @@
  * @param dest the destination stream
  * @param rfnc the read function
  * @param wfnc the write function
- * @param n the maximum number of bytes that shall be copied.
  * @return total number of bytes copied
  */
 #define cx_stream_copy(src, dest, rfnc, wfnc) \

mercurial