Clean-up: sessiond: cmd_enable_channel_internal
[lttng-tools.git] / src / common / path.h
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.02652 seconds and 4 git commands to generate.