.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / tests / regression / ust / ust-dl / libfoo.h
index e1b6eac0188105ac0e5173a9f6ae9f5619748b91..30e94a0869d8a82025589684c1c926e1639a3568 100644 (file)
@@ -1,6 +1,15 @@
+/*
+ * Copyright (C) 2016 Antoine Busque <abusque@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
 #ifndef _LIBFOO_H
 #define _LIBFOO_H
 
-int foo(void);
+#include <lttng/lttng-export.h>
+
+LTTNG_EXPORT int foo(void);
 
-#endif  /* _LIBFOO_H */
+#endif /* _LIBFOO_H */
This page took 0.023936 seconds and 4 git commands to generate.