bin: compile lttng-sessiond as C++
[lttng-tools.git] / tests / utils / tap / tap.h
index c15909d897d7e7285a67cfd443be50dd502a60be..84288f03848831f8f148c4612d9cd73608af8c75 100644 (file)
  * SUCH DAMAGE.
  */
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* '## __VA_ARGS__' is a gcc'ism. C99 doesn't allow the token pasting
    and requires the caller to add the final comma if they've ommitted
    the optional arguments */
@@ -89,3 +93,7 @@ void todo_start(char *, ...);
 void todo_end(void);
 
 int exit_status(void);
+
+#ifdef __cplusplus
+}
+#endif
This page took 0.023638 seconds and 4 git commands to generate.