From 4c430eae5124da390f82810b4d8dc9dea6514b6e Mon Sep 17 00:00:00 2001 From: Nicolas Pennequin Date: Tue, 14 Aug 2007 20:58:58 +0200 Subject: [PATCH] bufopen: better description of the offset parameter. --- testplugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.11.4.GIT