Remove stdbool.h includes from C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / decoder-packetized-file-stream-to-buf.hpp
CommitLineData
152b521b 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
152b521b 3 *
0235b0db 4 * Copyright 2019 Efficios Inc.
152b521b
SM
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
152b521b
SM
10#include <stdint.h>
11
12#include <babeltrace2/babeltrace.h>
13
4164020e
SM
14int ctf_metadata_decoder_packetized_file_stream_to_buf(FILE *fp, char **buf, int byte_order,
15 bool *is_uuid_set, uint8_t *uuid,
16 bt_logging_level log_level,
17 bt_self_component *self_comp,
18 bt_self_component_class *self_comp_class);
152b521b
SM
19
20#endif /* SRC_PLUGINS_CTF_COMMON_METADATA_DECODER_PACKETIZED_FILE_STREAM_TO_BUF */
This page took 0.053544 seconds and 4 git commands to generate.