lib: compile liblttng-ctl as C++
[lttng-tools.git] / tests / regression / ust / ust-dl / libbar.h
index 0f8b0bfdccc9790232be77b27224a05850cfda64..1f1a0bbfd3ef0ffb17ff98791529223c4f298f70 100644 (file)
@@ -1,6 +1,15 @@
+/*
+ * Copyright (C) 2016 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
 #ifndef _LIBBAR_H
 #define _LIBBAR_H
 
-int bar(void);
+#include <lttng/lttng-export.h>
+
+LTTNG_EXPORT int bar(void);
 
 #endif  /* _LIBBAR_H */
This page took 0.024721 seconds and 4 git commands to generate.