X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fpath.h;fp=src%2Fcommon%2Fpath.h;h=3f81eeb202e0f1bdd82214dd8c2fffcfd9e33945;hp=0000000000000000000000000000000000000000;hb=4971b7f0243bd3a7a661bcf1cfe95f0f8014b59b;hpb=c46a183e556278a2971dea1e5b87a6b995274bda diff --git a/src/common/path.h b/src/common/path.h new file mode 100644 index 000000000..3f81eeb20 --- /dev/null +++ b/src/common/path.h @@ -0,0 +1,13 @@ +/* + * Copyright (C) 2021 Mathieu Desnoyers + * + * SPDX-License-Identifier: GPL-2.0-only + */ + +#ifndef _COMMON_PATH_H +#define _COMMON_PATH_H + +char *utils_expand_path(const char *path); +char *utils_expand_path_keep_symlink(const char *path); + +#endif /* _COMMON_PATH_H */