Re-format new C++ files
[babeltrace.git] / src / plugins / ctf / fs-src / file.hpp
CommitLineData
e98a2d6e 1/*
0235b0db 2 * SPDX-License-Identifier: MIT
e98a2d6e 3 *
0235b0db 4 * Copyright (C) 2016 Philippe Proulx <pproulx@efficios.com>
e98a2d6e
PP
5 */
6
0235b0db
MJ
7#ifndef CTF_FS_FILE_H
8#define CTF_FS_FILE_H
9
e98a2d6e
PP
10#include <stdio.h>
11#include <glib.h>
91d81473 12#include "common/macros.h"
087cd0f5 13#include "fs.hpp"
e98a2d6e
PP
14
15BT_HIDDEN
16void ctf_fs_file_destroy(struct ctf_fs_file *file);
17
18BT_HIDDEN
4164020e 19struct ctf_fs_file *ctf_fs_file_create(bt_logging_level log_level, bt_self_component *self_comp);
e98a2d6e
PP
20
21BT_HIDDEN
55314f2a 22int ctf_fs_file_open(struct ctf_fs_file *file, const char *mode);
e98a2d6e
PP
23
24#endif /* CTF_FS_FILE_H */
This page took 0.074479 seconds and 4 git commands to generate.