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
     1.1 --- a/src/cx/utils.h	Tue Jun 20 18:28:47 2023 +0200
     1.2 +++ b/src/cx/utils.h	Tue Jun 20 18:29:12 2023 +0200
     1.3 @@ -183,7 +183,6 @@
     1.4   * @param dest the destination stream
     1.5   * @param rfnc the read function
     1.6   * @param wfnc the write function
     1.7 - * @param n the maximum number of bytes that shall be copied.
     1.8   * @return total number of bytes copied
     1.9   */
    1.10  #define cx_stream_copy(src, dest, rfnc, wfnc) \

mercurial