lib: standardize public include guards
[babeltrace.git] / include / babeltrace2 / trace-ir / trace-class-const.h
index 1ceb6deb6330fa9be0ee5f09fdb3ecf7a192460d..96b9ba371f87b1e007c65b54f64e8fd9f52df7ea 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_TRACE_IR_TRACE_CLASS_CONST_H
-#define BABELTRACE_TRACE_IR_TRACE_CLASS_CONST_H
+#ifndef BABELTRACE2_TRACE_IR_TRACE_CLASS_CONST_H
+#define BABELTRACE2_TRACE_IR_TRACE_CLASS_CONST_H
 
 /*
  * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
@@ -50,23 +50,6 @@ typedef void (* bt_trace_class_destruction_listener_func)(
 extern bt_bool bt_trace_class_assigns_automatic_stream_class_id(
                const bt_trace_class *trace_class);
 
-extern const char *bt_trace_class_get_name(
-               const bt_trace_class *trace_class);
-
-extern bt_uuid bt_trace_class_get_uuid(
-               const bt_trace_class *trace_class);
-
-extern uint64_t bt_trace_class_get_environment_entry_count(
-               const bt_trace_class *trace_class);
-
-extern void bt_trace_class_borrow_environment_entry_by_index_const(
-               const bt_trace_class *trace_class, uint64_t index,
-               const char **name, const bt_value **value);
-
-extern const bt_value *
-bt_trace_class_borrow_environment_entry_value_by_name_const(
-               const bt_trace_class *trace_class, const char *name);
-
 extern uint64_t bt_trace_class_get_stream_class_count(
                const bt_trace_class *trace_class);
 
@@ -120,4 +103,4 @@ extern void bt_trace_class_put_ref(const bt_trace_class *trace_class);
 
 #include <babeltrace2/undef-func-status.h>
 
-#endif /* BABELTRACE_TRACE_IR_TRACE_CLASS_CONST_H */
+#endif /* BABELTRACE2_TRACE_IR_TRACE_CLASS_CONST_H */
This page took 0.024398 seconds and 4 git commands to generate.