Fix: src.ctf.fs: initialize the other_entry variable
[babeltrace.git] / src / plugins / ctf / common / metadata / decoder-packetized-file-stream-to-buf.h
CommitLineData
152b521b
SM
1/*
2 * Copyright 2019 - Efficios, Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a copy
5 * of this software and associated documentation files (the "Software"), to deal
6 * in the Software without restriction, including without limitation the rights
7 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8 * copies of the Software, and to permit persons to whom the Software is
9 * furnished to do so, subject to the following conditions:
10 *
11 * The above copyright notice and this permission notice shall be included in
12 * all copies or substantial portions of the Software.
13 */
14
15#ifndef SRC_PLUGINS_CTF_COMMON_METADATA_DECODER_PACKETIZED_FILE_STREAM_TO_BUF
16#define SRC_PLUGINS_CTF_COMMON_METADATA_DECODER_PACKETIZED_FILE_STREAM_TO_BUF
17
18#include <stdbool.h>
19#include <stdint.h>
20
21#include <babeltrace2/babeltrace.h>
22
23BT_HIDDEN
24int ctf_metadata_decoder_packetized_file_stream_to_buf(FILE *fp,
25 char **buf, int byte_order, bool *is_uuid_set,
26 uint8_t *uuid, bt_logging_level log_level,
27 bt_self_component *self_comp);
28
29#endif /* SRC_PLUGINS_CTF_COMMON_METADATA_DECODER_PACKETIZED_FILE_STREAM_TO_BUF */
This page took 0.043743 seconds and 4 git commands to generate.