lib: standardize public include guards
[babeltrace.git] / include / babeltrace2 / ctf-writer / trace.h
index 27b18214958bfa39ea872b238aad65bb50777c81..dfc5db668b7857ecf9238f2385e45a5cc1c3a91a 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_CTF_WRITER_TRACE_H
-#define BABELTRACE_CTF_WRITER_TRACE_H
+#ifndef BABELTRACE2_CTF_WRITER_TRACE_H
+#define BABELTRACE2_CTF_WRITER_TRACE_H
 
 /*
  * Copyright 2014 EfficiOS Inc.
@@ -42,11 +42,11 @@ extern enum bt_ctf_byte_order bt_ctf_trace_get_native_byte_order(
 extern int bt_ctf_trace_set_native_byte_order(struct bt_ctf_trace *trace,
                enum bt_ctf_byte_order native_byte_order);
 
-extern const unsigned char *bt_ctf_trace_get_uuid(
+extern const uint8_t *bt_ctf_trace_get_uuid(
                struct bt_ctf_trace *trace);
 
 extern int bt_ctf_trace_set_uuid(struct bt_ctf_trace *trace,
-               const unsigned char *uuid);
+               const uint8_t *uuid);
 
 extern int bt_ctf_trace_set_environment_field_integer(
                struct bt_ctf_trace *trace, const char *name,
@@ -85,4 +85,4 @@ extern const char *bt_ctf_trace_get_name(struct bt_ctf_trace *trace);
 }
 #endif
 
-#endif /* BABELTRACE_CTF_WRITER_TRACE_H */
+#endif /* BABELTRACE2_CTF_WRITER_TRACE_H */
This page took 0.0253 seconds and 4 git commands to generate.