ctf: append error causes when returning errors
[babeltrace.git] / src / plugins / ctf / common / metadata / decoder-packetized-file-stream-to-buf.h
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright 2019 Efficios Inc.
5 */
6
7 #ifndef SRC_PLUGINS_CTF_COMMON_METADATA_DECODER_PACKETIZED_FILE_STREAM_TO_BUF
8 #define SRC_PLUGINS_CTF_COMMON_METADATA_DECODER_PACKETIZED_FILE_STREAM_TO_BUF
9
10 #include <stdbool.h>
11 #include <stdint.h>
12
13 #include <babeltrace2/babeltrace.h>
14
15 BT_HIDDEN
16 int ctf_metadata_decoder_packetized_file_stream_to_buf(FILE *fp,
17 char **buf, int byte_order, bool *is_uuid_set,
18 uint8_t *uuid, bt_logging_level log_level,
19 bt_self_component *self_comp,
20 bt_self_component_class *self_comp_class);
21
22 #endif /* SRC_PLUGINS_CTF_COMMON_METADATA_DECODER_PACKETIZED_FILE_STREAM_TO_BUF */
This page took 0.029123 seconds and 4 git commands to generate.