Remove extern "C" from internal headers
[lttng-tools.git] / src / bin / lttng-sessiond / condition-internal.h
index fa8f7be044ef011062a964743d52d1eb5dbc64e5..49a074952a5bed638661adcf6e8e579aee500b91 100644 (file)
 
 #include <lttng/condition/condition.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /*
  * The lttng_condition hashing code is kept in this file (rather than
  * condition.c) since it makes use of GPLv2 code (hashtable utils), which we
@@ -24,8 +20,4 @@ unsigned long lttng_condition_hash(const struct lttng_condition *condition);
 struct lttng_condition *lttng_condition_copy(
                const struct lttng_condition *condition);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_SESSIOND_CONDITION_INTERNAL_H */
This page took 0.024426 seconds and 4 git commands to generate.