fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / src / common / path.hpp
CommitLineData
4971b7f0
MD
1/*
2 * Copyright (C) 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-only
5 */
6
7#ifndef _COMMON_PATH_H
8#define _COMMON_PATH_H
9
10char *utils_expand_path(const char *path);
11char *utils_expand_path_keep_symlink(const char *path);
12
13#endif /* _COMMON_PATH_H */
This page took 0.0455 seconds and 4 git commands to generate.