Remove extern "C" from internal headers
[lttng-tools.git] / src / common / testpoint / testpoint.h
index b613b1749dab4d4258bffc0857ad745d4883fe74..33cb9aa340cc71e64939be17844aaea3e42fa26c 100644 (file)
 
 #include <urcu.h> /* for caa_likely/unlikely */
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 extern int lttng_testpoint_activated;
 
 void *lttng_testpoint_lookup(const char *name);
@@ -63,8 +59,4 @@ void *lttng_testpoint_lookup(const char *name);
 #define TESTPOINT_DECL(name)   \
        _TESTPOINT_DECL(name)
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* NTESTPOINT */
This page took 0.02307 seconds and 4 git commands to generate.