fix wrong docs for cx_stream_copy()

Tue, 20 Jun 2023 18:29:12 +0200

author
Mike Becker <universe@uap-core.de>
date
Tue, 20 Jun 2023 18:29:12 +0200
changeset 713
724e42ba6114
parent 712
cff828e156a9
child 714
34565d898f1f

fix wrong docs for cx_stream_copy()

src/cx/utils.h file | annotate | diff | comparison | revisions
--- a/src/cx/utils.h	Tue Jun 20 18:28:47 2023 +0200
+++ b/src/cx/utils.h	Tue Jun 20 18:29:12 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