ucx/cx/common.h

changeset 49
2f71f4ee247a
parent 2
fbdfaacc4182
--- a/ucx/cx/common.h	Thu Oct 03 18:52:51 2024 +0200
+++ b/ucx/cx/common.h	Sun Oct 06 18:18:04 2024 +0200
@@ -101,7 +101,7 @@
  * Function pointer compatible with fwrite-like functions.
  */
 typedef size_t (*cx_write_func)(
-        void const *,
+        const void *,
         size_t,
         size_t,
         void *

mercurial