X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Fnotification%2Fnotification-internal.h;fp=include%2Flttng%2Fnotification%2Fnotification-internal.h;h=7e601b0c7de82d5340b8686c932bff42e6b5b63d;hp=1d337e07db6b18e62f2ab2bd58a89c3f40a351af;hb=b66cbf1731486ab4dc7e0b2e1c3fa05cc5360c19;hpb=729c1fec5976af17fded2f026725a08ef1924290 diff --git a/include/lttng/notification/notification-internal.h b/include/lttng/notification/notification-internal.h index 1d337e07d..7e601b0c7 100644 --- a/include/lttng/notification/notification-internal.h +++ b/include/lttng/notification/notification-internal.h @@ -14,10 +14,6 @@ #include #include -#ifdef __cplusplus -extern "C" { -#endif - struct lttng_payload; struct lttng_payload_view; @@ -44,8 +40,4 @@ ssize_t lttng_notification_create_from_payload( struct lttng_payload_view *view, struct lttng_notification **notification); -#ifdef __cplusplus -} -#endif - #endif /* LTTNG_NOTIFICATION_INTERNAL_H */