.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / tests / regression / ust / ust-dl / libbar.h
index 0f8b0bfdccc9790232be77b27224a05850cfda64..7248e5d6f03ed3e8382707f4cae56fe106571453 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 */
+#endif /* _LIBBAR_H */
This page took 0.023467 seconds and 4 git commands to generate.