.gitignore: ignore local vscode workspace settings file
[lttng-tools.git] / tests / regression / ust / ust-dl / libfoo.h
index f33442850de640733ab125604520cb9f41742f33..30e94a0869d8a82025589684c1c926e1639a3568 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef _LIBFOO_H
 #define _LIBFOO_H
 
-int foo(void);
+#include <lttng/lttng-export.h>
 
-#endif  /* _LIBFOO_H */
+LTTNG_EXPORT int foo(void);
+
+#endif /* _LIBFOO_H */
This page took 0.022927 seconds and 4 git commands to generate.