chiark / gitweb /
fs-util: unify code we use to check if dirent's d_name is "." or ".."
[elogind.git] / src / basic / path-util.h
index 6c906e54a13000e62f3c1a24809dba498ad9c157..3e1519efe4f5629d37e2e2fc9d109f5af3d14352 100644 (file)
@@ -157,3 +157,5 @@ bool is_deviceallow_pattern(const char *path);
 
 int systemd_installation_has_version(const char *root, unsigned minimal_version);
 #endif // 0
+
+bool dot_or_dot_dot(const char *path);