chiark / gitweb /
util-lib: add new path_is_temporary_fs() API
[elogind.git] / src / basic / stat-util.h
index 077bfdd50d1f019b47a611a0fc1910d06e32bc7d..168cb3cb531ed37ef58110604ba10893fe285649 100644 (file)
@@ -71,6 +71,7 @@ int path_check_fstype(const char *path, statfs_f_type_t magic_value);
 
 bool is_temporary_fs(const struct statfs *s) _pure_;
 int fd_is_temporary_fs(int fd);
+int path_is_temporary_fs(const char *path);
 
 /* Because statfs.t_type can be int on some architectures, we have to cast
  * the const magic to the type, otherwise the compiler warns about