lib: add aliases for Babeltrace enumeration types
[babeltrace.git] / plugins / ctf / fs-sink / writer.h
index 965f3d2cb6cb3f0070c1f0f1b5d1bd8dbb8b30a4..34f54ae71bd57967fbf51625f475bc1c9eda6c2e 100644 (file)
@@ -75,28 +75,28 @@ BT_HIDDEN
 void writer_close(struct writer_component *writer_component,
                struct fs_writer *fs_writer);
 BT_HIDDEN
-enum bt_component_status writer_output_event(struct writer_component *writer,
+bt_component_status writer_output_event(struct writer_component *writer,
                const bt_event *event);
 BT_HIDDEN
-enum bt_component_status writer_new_packet(struct writer_component *writer,
+bt_component_status writer_new_packet(struct writer_component *writer,
                const bt_packet *packet);
 BT_HIDDEN
-enum bt_component_status writer_close_packet(struct writer_component *writer,
+bt_component_status writer_close_packet(struct writer_component *writer,
                const bt_packet *packet);
 BT_HIDDEN
-enum bt_component_status writer_stream_begin(struct writer_component *writer,
+bt_component_status writer_stream_begin(struct writer_component *writer,
                const bt_stream *stream);
 BT_HIDDEN
-enum bt_component_status writer_stream_end(struct writer_component *writer,
+bt_component_status writer_stream_end(struct writer_component *writer,
                const bt_stream *stream);
 
 BT_HIDDEN
-enum bt_component_status writer_component_init(
+bt_component_status writer_component_init(
        bt_self_component *component, bt_value *params,
        void *init_method_data);
 
 BT_HIDDEN
-enum bt_component_status writer_run(bt_self_component *component);
+bt_component_status writer_run(bt_self_component *component);
 
 BT_HIDDEN
 void writer_component_port_connected(
This page took 0.023276 seconds and 4 git commands to generate.