Fix: Documentation cleanup
[babeltrace.git] / include / babeltrace / ctf / callbacks.h
index 597d4b17c00479d2e48d2d510bcd9424facc90ea..128d597b0c87b22f5e11656cb76607ddb9ab7a0c 100644 (file)
 
 #include <babeltrace/format.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* Forward declarations */
 struct bt_ctf_iter;
 struct bt_dependencies;
@@ -97,4 +101,8 @@ enum {
        BT_FLAGS_FREE_PRIVATE_DATA      = (1 << 0),
 };
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /*_BABELTRACE_CTF_CALLBACKS_H */
This page took 0.02273 seconds and 4 git commands to generate.