Relicence all source and header files included in LGPL code
[lttng-tools.git] / src / common / compat / directory-handle.h
index 9a107201987f129ee4bd7dbdd12a359893fffebd..4a9b6571824937493cd93cfe652fa812490abe7f 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2019 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
 #include <sys/stat.h>
 #include <urcu/ref.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 enum lttng_directory_handle_rmdir_recursive_flags {
        LTTNG_DIRECTORY_HANDLE_FAIL_NON_EMPTY_FLAG = (1U << 0),
        LTTNG_DIRECTORY_HANDLE_SKIP_NON_EMPTY_FLAG = (1U << 1),
@@ -264,8 +260,4 @@ bool lttng_directory_handle_equals(const struct lttng_directory_handle *lhs,
                const struct lttng_directory_handle *rhs);
 
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* _COMPAT_PATH_HANDLE_H */
This page took 0.024 seconds and 4 git commands to generate.