chiark / gitweb /
util: introduce fstype_is_network()
[elogind.git] / util.h
diff --git a/util.h b/util.h
index df2f3f79663b9396bee47313f19f3975b482d5e6..a716d8a57eaa4e69d720d95afd276b856d2b81b8 100644 (file)
--- a/util.h
+++ b/util.h
@@ -196,6 +196,8 @@ int fd_cloexec(int fd, bool cloexec);
 
 int close_all_fds(const int except[], unsigned n_except);
 
+bool fstype_is_network(const char *fstype);
+
 extern char * __progname;
 
 const char *ioprio_class_to_string(int i);