diff --git a/lfs.h b/lfs.h index 9c3174e..b346008 100644 --- a/lfs.h +++ b/lfs.h @@ -448,7 +448,8 @@ int lfs_dir_close(lfs_t *lfs, lfs_dir_t *dir); // Read an entry in the directory // // Fills out the info structure, based on the specified file or directory. -// Returns a negative error code on failure. +// Returns a positive value on success, 0 at the end of directory, +// or a negative error code on failure. int lfs_dir_read(lfs_t *lfs, lfs_dir_t *dir, struct lfs_info *info); // Change the position of the directory