X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace2%2Fctf-writer%2Ftrace.h;h=dfc5db668b7857ecf9238f2385e45a5cc1c3a91a;hb=924dc299c8a893e92fcd985fa05c245b591ef314;hp=27b18214958bfa39ea872b238aad65bb50777c81;hpb=3fadfbc0c91f82c46bd36e6e0657ea93570c9db1;p=babeltrace.git diff --git a/include/babeltrace2/ctf-writer/trace.h b/include/babeltrace2/ctf-writer/trace.h index 27b18214..dfc5db66 100644 --- a/include/babeltrace2/ctf-writer/trace.h +++ b/include/babeltrace2/ctf-writer/trace.h @@ -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 */