1068:78ceee8e9b34 | 1069:6565e7ef5ee3 |
---|---|
31 * \author Mike Becker | 31 * \author Mike Becker |
32 * \author Olaf Wintermann | 32 * \author Olaf Wintermann |
33 * \copyright 2-Clause BSD License | 33 * \copyright 2-Clause BSD License |
34 */ | 34 */ |
35 | 35 |
36 #ifndef UCX_PROPERTIES | 36 #ifndef UCX_PROPERTIES_H |
37 #define UCX_PROPERTIES | 37 #define UCX_PROPERTIES_H |
38 | 38 |
39 #include "common.h" | 39 #include "common.h" |
40 #include "string.h" | 40 #include "string.h" |
41 #include "map.h" | 41 #include "map.h" |
42 #include "buffer.h" | 42 #include "buffer.h" |
621 | 621 |
622 #ifdef __cplusplus | 622 #ifdef __cplusplus |
623 } // extern "C" | 623 } // extern "C" |
624 #endif | 624 #endif |
625 | 625 |
626 #endif // UCX_PROPERTIES | 626 #endif // UCX_PROPERTIES_H |