chiark / gitweb /
basic/path-util: allow flags for path_equal_or_files_same
[elogind.git] / src / basic / stat-util.h
index 32d09d01425ad39bda35d7e087ff0799d0be8bec..c74d1d58e042c1286519bf1e28a9d8d5ee2d2376 100644 (file)
@@ -57,7 +57,7 @@ int path_is_read_only_fs(const char *path);
 int path_is_os_tree(const char *path);
 #endif // 0
 
-int files_same(const char *filea, const char *fileb);
+int files_same(const char *filea, const char *fileb, int flags);
 
 /* The .f_type field of struct statfs is really weird defined on
  * different archs. Let's give its type a name. */