X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-writer%2Futils.h;h=f68e3ab5a9a3f308bd3e2862649cb039f2ee9bd1;hb=06f6b99e7d38280531eb21f976c180c1b8e8534c;hp=f58a21b0df18b046c679fc501bc29caf29f7493c;hpb=d57e31665203b75ccf7d3737b55aec657c96de51;p=deliverable%2Fbabeltrace.git diff --git a/include/babeltrace/ctf-writer/utils.h b/include/babeltrace/ctf-writer/utils.h index f58a21b0d..f68e3ab5a 100644 --- a/include/babeltrace/ctf-writer/utils.h +++ b/include/babeltrace/ctf-writer/utils.h @@ -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 */