Remove extern "C" from internal headers
[lttng-tools.git] / include / lttng / action / action-internal.h
index b55a6d59bc2dcde627f517b51436c163afe3d911..71270a835cfd95a9d2d93141ef1d0d6c4542c66e 100644 (file)
 #include <sys/types.h>
 #include <urcu/ref.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct lttng_rate_policy;
 struct mi_writer;
 struct mi_lttng_error_query_callbacks;
@@ -132,8 +128,4 @@ enum lttng_error_code lttng_action_mi_serialize(const struct lttng_trigger *trig
                                *error_query_callbacks,
                struct lttng_dynamic_array *action_path_indexes);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_ACTION_INTERNAL_H */
This page took 0.024959 seconds and 4 git commands to generate.