diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 01:17:22 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 01:17:22 +0100 |
commit | fe0a71e0210d7c47cebcae1cd206ea8a2413063d (patch) | |
tree | 40341ae91d12563f67fc4ba8a47cc3335594115f /src/input/input_plugin.h | |
parent | 6bf1534d4b8bba9b9702baea5ee898151cf34c04 (diff) | |
parent | 65e56d6b071c42dfedd4a0b0c28e627465c67295 (diff) | |
download | xine-lib-fe0a71e0210d7c47cebcae1cd206ea8a2413063d.tar.gz xine-lib-fe0a71e0210d7c47cebcae1cd206ea8a2413063d.tar.bz2 |
Merge from 1.2 main branch.
Diffstat (limited to 'src/input/input_plugin.h')
-rw-r--r-- | src/input/input_plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/input_plugin.h b/src/input/input_plugin.h index 370dc6a71..11e1303e7 100644 --- a/src/input/input_plugin.h +++ b/src/input/input_plugin.h @@ -115,6 +115,8 @@ struct input_plugin_s { /* * read nlen bytes, return number of bytes read + * Should block until some bytes available for read; + * a return value of 0 indicates no data available */ off_t (*read) (input_plugin_t *this, char *buf, off_t nlen); |