Remove extern "C" from internal headers
[lttng-tools.git] / include / lttng / action / list-internal.h
index 3d7a5ba60f03d9b604a726347a1500259f0b166d..231755fd6795b55d88eb2562115526aabb97ab51 100644 (file)
 
 #include <common/macros.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct lttng_action;
 struct lttng_payload_view;
 struct mi_writer;
@@ -43,8 +39,4 @@ enum lttng_error_code lttng_action_list_mi_serialize(const struct lttng_trigger
                                *error_query_callbacks,
                struct lttng_dynamic_array *action_path_indexes);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_ACTION_LIST_INTERNAL_H */
This page took 0.024046 seconds and 4 git commands to generate.