ucx/cx/utils.h

branch
newapi
changeset 187
24ce2c326d85
parent 174
0358f1d9c506
child 253
087cc9216f28
--- a/ucx/cx/utils.h	Sun Oct 01 09:23:47 2023 +0200
+++ b/ucx/cx/utils.h	Sun Oct 01 12:08:09 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