lib: compile liblttng-ctl as C++
[lttng-tools.git] / tests / regression / ust / ust-dl / libfoo.h
index f33442850de640733ab125604520cb9f41742f33..43ae5b9b88f4432a1d1ddfe7c9ee6e70adfc11fb 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef _LIBFOO_H
 #define _LIBFOO_H
 
-int foo(void);
+#include <lttng/lttng-export.h>
+
+LTTNG_EXPORT int foo(void);
 
 #endif  /* _LIBFOO_H */
This page took 0.022891 seconds and 4 git commands to generate.