src/cx/common.h

changeset 959
0e1bf3c199bf
parent 945
84a5fab8a47c
--- a/src/cx/common.h	Thu Oct 31 12:15:13 2024 +0100
+++ b/src/cx/common.h	Thu Oct 31 12:15:45 2024 +0100
@@ -95,7 +95,6 @@
 #include <stdbool.h>
 #include <stdint.h>
 
-#ifndef UCX_TEST_H
 /**
  * Function pointer compatible with fwrite-like functions.
  */
@@ -105,7 +104,6 @@
         size_t,
         void *
 );
-#endif // UCX_TEST_H
 
 /**
  * Function pointer compatible with fread-like functions.

mercurial