chiark / gitweb /
Allow block and char classes in DeviceAllow bus properties (#4353)
[elogind.git] / src / basic / fs-util.h
index cec36978bfb62d31925e8d2381d7ca7fbd2af1cd..08d24fd9b0579e484a4ae13e2c51abb57532b926 100644 (file)
@@ -90,3 +90,5 @@ union inotify_event_buffer {
 
 int inotify_add_watch_fd(int fd, int what, uint32_t mask);
 #endif // 0
+
+int chase_symlinks(const char *path, const char *_root, char **ret);