chiark / gitweb /
Allow block and char classes in DeviceAllow bus properties (#4353)
[elogind.git] / src / basic / path-util.h
index 786276c0168ad6ceac3eb8efcf4aefdf7bb18c10..cdb194d2a34bb3a02e7ae6b4984be6c394e37726 100644 (file)
@@ -141,5 +141,6 @@ bool hidden_or_backup_file(const char *filename) _pure_;
 #if 0 /// UNNEEDED by elogind
 bool is_device_path(const char *path);
 #endif // 0
+bool is_deviceallow_pattern(const char *path);
 
 int systemd_installation_has_version(const char *root, unsigned minimal_version);