]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
ChangeLog, libext2fs.texinfo:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 4 Jul 1998 17:52:41 +0000 (17:52 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 4 Jul 1998 17:52:41 +0000 (17:52 +0000)
  libext2fs.texinfo: Update definition of ext2fs_block_iterate2.

doc/ChangeLog
doc/libext2fs.texinfo

index b8f40940a4890fd1d485c9b7508631bf2280a451..fa92eda4f1cf38e0692ecbe198e1430d5c9f4657 100644 (file)
@@ -1,3 +1,7 @@
+1998-07-04  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * libext2fs.texinfo: Update definition of ext2fs_block_iterate2.
+
 1998-03-30  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in (install-doc-libs): Remove libext2fs.info*, not just
index ffb70ebba80f1586572edd22805090f510320409..25ecd637e26ef25f1fbb9776f48dfbc0aa078af2 100644 (file)
@@ -494,7 +494,7 @@ EXT2_ET_MISSING_INODE_TABLE.
 @deftypefun errcode_t ext2fs_block_iterate (ext2_filsys @var{fs}, ino_t @var{ino}, int @var{flags}, char *block_buf, int (*func)(ext2_filsys @var{fs}, blk_t *@var{blocknr}, int @var{blockcnt}, void *@var{private}), void *@var{private})
 @end deftypefun
 
-@deftypefun errcode_t ext2fs_block_iterate2 (ext2_filsys @var{fs}, ino_t @var{ino}, int @var{flags}, char *@var{block}_buf, int (*func)(ext2_filsys @var{fs}, blk_t *@var{blocknr}, int @var{blockcnt}, blk_t @var{ref_blk}, int  @var{ref_offset}, void *@var{private}), void *@var{private})
+@deftypefun errcode_t ext2fs_block_iterate2 (ext2_filsys @var{fs}, ino_t @var{ino}, int @var{flags}, char *@var{block}_buf, int (*func)(ext2_filsys @var{fs}, blk_t *@var{blocknr}, e2_blkcnt_t @var{blockcnt}, blk_t @var{ref_blk}, int  @var{ref_offset}, void *@var{private}), void *@var{private})
 @end deftypefun
 
 @c ----------------------------------------------------------------------