Move to kernel style SPDX license identifiers
[babeltrace.git] / src / plugins / ctf / fs-src / file.h
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"
56a1cced 13#include "fs.h"
e98a2d6e
PP
14
15BT_HIDDEN
16void ctf_fs_file_destroy(struct ctf_fs_file *file);
17
18BT_HIDDEN
4c65a157
PP
19struct ctf_fs_file *ctf_fs_file_create(bt_logging_level log_level,
20 bt_self_component *self_comp);
e98a2d6e
PP
21
22BT_HIDDEN
55314f2a 23int ctf_fs_file_open(struct ctf_fs_file *file, const char *mode);
e98a2d6e
PP
24
25#endif /* CTF_FS_FILE_H */
This page took 0.06642 seconds and 4 git commands to generate.