lib: strictly type function return status enumerations
[babeltrace.git] / include / babeltrace2 / trace-ir / stream-const.h
index 9607ef412bf681ed590e6228f95e35feaaf32e7a..9a1d236b7d211d8d848ad6d20e6c6f11fe906b0f 100644 (file)
 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);
 
This page took 0.023208 seconds and 4 git commands to generate.