lib: standardize public include guards
[babeltrace.git] / include / babeltrace2 / trace-ir / stream-const.h
index 9607ef412bf681ed590e6228f95e35feaaf32e7a..73786d4fa19f2426bdb8b98a0127e92578106c8e 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_TRACE_IR_STREAM_CONST_H
-#define BABELTRACE_TRACE_IR_STREAM_CONST_H
+#ifndef BABELTRACE2_TRACE_IR_STREAM_CONST_H
+#define BABELTRACE2_TRACE_IR_STREAM_CONST_H
 
 /*
  * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
 extern "C" {
 #endif
 
-typedef enum bt_stream_status {
-       BT_STREAM_STATUS_OK = 0,
-       BT_STREAM_STATUS_NOMEM = -12,
-} bt_stream_status;
-
 extern const bt_stream_class *bt_stream_borrow_class_const(
                const bt_stream *stream);
 
@@ -72,4 +67,4 @@ extern void bt_stream_put_ref(const bt_stream *stream);
 }
 #endif
 
-#endif /* BABELTRACE_TRACE_IR_STREAM_CONST_H */
+#endif /* BABELTRACE2_TRACE_IR_STREAM_CONST_H */
This page took 0.026139 seconds and 4 git commands to generate.