Move to kernel style SPDX license identifiers
[babeltrace.git] / src / plugins / ctf / common / metadata / decoder-packetized-file-stream-to-buf.h
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
10#include <stdbool.h>
11#include <stdint.h>
12
13#include <babeltrace2/babeltrace.h>
14
15BT_HIDDEN
16int 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
21#endif /* SRC_PLUGINS_CTF_COMMON_METADATA_DECODER_PACKETIZED_FILE_STREAM_TO_BUF */
This page took 0.03358 seconds and 4 git commands to generate.