Merge hed_cursor_chunk_len with hed_prepare_read
commit1ca6ce4d7da6fe4fb9e562a515baa0f3f23dd193
authorPetr Tesarik <petr@tesarici.cz>
Fri, 21 Sep 2012 15:09:31 +0000 (21 17:09 +0200)
committerPetr Tesarik <petr@tesarici.cz>
Fri, 21 Sep 2012 15:09:31 +0000 (21 17:09 +0200)
tree27e150fa8a7185763c3ca1ad965d709d5580e602
parentb54882d6ebb17a47091266a1da62dea1402fbc78
Merge hed_cursor_chunk_len with hed_prepare_read

The idea is that when you prepare a cursor for reading, you want to
start reading from it immediately, so you're most likely interested
in how many bytes are available anyway.
libhed/file.c
libhed/file.h
src/ui/fileshow.c