diff options
Diffstat (limited to 'include/zix/filesystem.h')
-rw-r--r-- | include/zix/filesystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zix/filesystem.h b/include/zix/filesystem.h index 34f7bcb..221e165 100644 --- a/include/zix/filesystem.h +++ b/include/zix/filesystem.h @@ -194,6 +194,7 @@ zix_dir_for_each(const char* ZIX_NONNULL path, @return True if the two files have byte-for-byte identical contents. */ ZIX_API +ZIX_NODISCARD bool zix_file_equals(ZixAllocator* ZIX_NULLABLE allocator, const char* ZIX_NONNULL a_path, |