chiark / gitweb /
Prep v232: Mask new functions that are unneeded by elogind
[elogind.git] / src / basic / path-util.h
index 540a69c62754518c938be0492cb7d1157429540c..605485665d2962f9652ff9c7828143ded583be01 100644 (file)
@@ -140,4 +140,7 @@ bool hidden_or_backup_file(const char *filename) _pure_;
 
 #if 0 /// UNNEEDED by elogind
 bool is_device_path(const char *path);
+bool is_deviceallow_pattern(const char *path);
+
+int systemd_installation_has_version(const char *root, unsigned minimal_version);
 #endif // 0