chiark / gitweb /
nspawn: allow access to device nodes listed in --bind= and --bind-ro= switches
[elogind.git] / src / shared / util.h
index 4b4745a074cd43d369e7f2ffc03315eef4af7e50..4a5de6f66c84563e29063f6a00fa1efc93d09ced 100644 (file)
@@ -853,6 +853,7 @@ int take_password_lock(const char *root);
 
 int is_symlink(const char *path);
 int is_dir(const char *path, bool follow);
+int is_device_node(const char *path);
 
 typedef enum UnquoteFlags {
         UNQUOTE_RELAX     = 1,