Tue, 20 Jun 2023 18:29:12 +0200
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) \