Fix: headers: add missing end of `extern "C"` curly brackets (for C++)
[babeltrace.git] / include / babeltrace / ctf-writer / utils.h
index f58a21b0df18b046c679fc501bc29caf29f7493c..f68e3ab5a9a3f308bd3e2862649cb039f2ee9bd1 100644 (file)
@@ -43,4 +43,8 @@ int bt_ctf_validate_identifier(const char *identifier)
        return bt_ctf_identifier_is_valid(identifier) ? 1 : 0;
 }
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* BABELTRACE_CTF_WRITER_UTILS_H */
This page took 0.022968 seconds and 4 git commands to generate.