From: Nicolas Pennequin Date: Tue, 14 Aug 2007 18:58:58 +0000 (+0200) Subject: bufopen: better description of the offset parameter. X-Git-Url: https://repo.or.cz/w/Rockbox-MoB.git/commitdiff_plain/4c430eae5124da390f82810b4d8dc9dea6514b6e bufopen: better description of the offset parameter. --- diff --git a/testplugin.c b/testplugin.c index ab6168c..3e2df0f 100644 --- a/testplugin.c +++ b/testplugin.c @@ -515,7 +515,8 @@ management functions for all the actual handle management work. /* Request a file be buffered filename: name of the file to open - offset:starting offset to buffer from the file + offset: offset at which to start buffering the file, useful when the first + (offset-1) bytes of the file aren't needed. return value: <0 if the file cannot be opened, or one file already queued to be opened, otherwise the handle for the file in the buffer */