Remove extern "C" from internal headers
[lttng-tools.git] / src / common / uuid.h
index d95ea062e20e9d38d3141e54d7704efdb36591d1..0d3e79aeeb4ad572a99c11680051750c8c304289 100644 (file)
 #include <stdint.h>
 #include <inttypes.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /*
  * Includes final \0.
  */
@@ -63,8 +59,4 @@ void lttng_uuid_copy(lttng_uuid dst, const lttng_uuid src);
  */
 int lttng_uuid_generate(lttng_uuid uuid_out);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_UUID_H */
This page took 0.02323 seconds and 4 git commands to generate.