Fix: CTF writer: make library have its own public `types.h`
[babeltrace.git] / include / babeltrace2 / ctf-writer / utils.h
index 416fb3b7e8ea024ba7895fa12ee4bf13ca036180..417e9d5b80eaab0d6b970027f585111dc7be21f4 100644 (file)
  * http://www.efficios.com/ctf
  */
 
-/* For bt_bool */
-#include <babeltrace2/types.h>
+/* For bt_ctf_bool */
+#include <babeltrace2/ctf-writer/types.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-extern bt_bool bt_ctf_identifier_is_valid(const char *identifier);
+extern bt_ctf_bool bt_ctf_identifier_is_valid(const char *identifier);
 
 static inline
 int bt_ctf_validate_identifier(const char *identifier)
This page took 0.023435 seconds and 4 git commands to generate.