include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / ust-common.h
index 8396e6b44151b836c136920edd159d1c3a7b560e..d55084c96205bb0731a4557326a1357dcfa4ea6a 100644 (file)
@@ -1,8 +1,8 @@
+// SPDX-FileCopyrightText: 2021 Michael Jeanson <mjeanson@efficios.com>
+//
+// SPDX-License-Identifier: MIT
+
 /*
- * SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2021 Michael Jeanson <mjeanson@efficios.com>
- *
  * Public symbols of liblttng-ust-common.so
  */
 
@@ -17,4 +17,6 @@
 void lttng_ust_common_ctor(void)
        __attribute__((constructor));
 
+void lttng_ust_common_alloc_tls(void);
+
 #endif
This page took 0.022567 seconds and 4 git commands to generate.