docs: Add supported versions and fix-backport policy
[lttng-tools.git] / src / common / path.hpp
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
10 char *utils_expand_path(const char *path);
11 char *utils_expand_path_keep_symlink(const char *path);
12
13 #endif /* _COMMON_PATH_H */
This page took 0.028685 seconds and 4 git commands to generate.