2 * Copyright (C) 2021 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
4 * SPDX-License-Identifier: GPL-2.0-only
10 char *utils_expand_path(const char *path);
11 char *utils_expand_path_keep_symlink(const char *path);
13 #endif /* _COMMON_PATH_H */