]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/string_utils.h
rename functions which clash with libsystemd's
[mirror_lxc.git] / src / lxc / string_utils.h
index e64a66d0e38e6e42a58f496b8dbed6f5ed0e3b6b..bb3c2f8a2e897f4c9fdd2c937bb72b9f503afa86 100644 (file)
@@ -188,6 +188,6 @@ static inline const char *fdstr(__s64 fd)
             (__iterator = __it);                                               \
             __iterator = __it = strtok_r(NULL, __separators, &__p))
 
-__hidden extern char *path_simplify(const char *path);
+__hidden extern char *lxc_path_simplify(const char *path);
 
 #endif /* __LXC_STRING_UTILS_H */