chiark / gitweb /
fstab-generator: Support root on tmpfs (or other deviceless FS)
[elogind.git] / src / shared / util.h
index 29e85bb7e14fb7a2dcb56d520b2173fedcd8764a..b5f44b8a1fbb5ecbccad7db3c45ef2e1678cb09d 100644 (file)
@@ -409,6 +409,7 @@ int fd_cloexec(int fd, bool cloexec);
 int close_all_fds(const int except[], unsigned n_except);
 
 bool fstype_is_network(const char *fstype);
+bool fstype_is_deviceless(const char *fstype);
 
 int chvt(int vt);