src/cx/common.h

changeset 766
e59b76889f00
parent 759
475335643af4
     1.1 --- a/src/cx/common.h	Mon Dec 18 18:54:17 2023 +0100
     1.2 +++ b/src/cx/common.h	Wed Dec 20 16:46:14 2023 +0100
     1.3 @@ -96,6 +96,7 @@
     1.4  #include <stdint.h>
     1.5  #include <sys/types.h>
     1.6  
     1.7 +#ifndef UCX_TEST_H
     1.8  /**
     1.9   * Function pointer compatible with fwrite-like functions.
    1.10   */
    1.11 @@ -105,6 +106,7 @@
    1.12          size_t,
    1.13          void *
    1.14  );
    1.15 +#endif // UCX_TEST_H
    1.16  
    1.17  /**
    1.18   * Function pointer compatible with fread-like functions.

mercurial