Remove extern "C" from internal headers
[lttng-tools.git] / src / common / buffer-view.h
index ecd764d7c019f1c5e5902b848676f78df93ef223..58f1ede2e94c34f9d745a65d2e94014645a19ea8 100644 (file)
 #include <stddef.h>
 #include <stdint.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 struct lttng_dynamic_buffer;
 
 struct lttng_buffer_view {
@@ -96,8 +92,4 @@ bool lttng_buffer_view_contains_string(const struct lttng_buffer_view *buf,
                const char *str,
                size_t len_with_null_terminator);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* LTTNG_BUFFER_VIEW_H */
This page took 0.023764 seconds and 4 git commands to generate.