ucx/cx/common.h

branch
newapi
changeset 324
ce13a778654a
parent 253
087cc9216f28
--- a/ucx/cx/common.h	Thu Oct 03 18:54:19 2024 +0200
+++ b/ucx/cx/common.h	Sun Oct 06 12:00:31 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