diff options
author | Matt Messier <mmessier@grapetv.org> | 2007-05-16 22:14:24 -0400 |
---|---|---|
committer | Matt Messier <mmessier@grapetv.org> | 2007-05-16 22:14:24 -0400 |
commit | bee1e452179dc0aca884adf39c5727b99bfba96c (patch) | |
tree | 732da4ae61b99b784fc1220abcbef9c23ee17e46 /src/input/input_plugin.h | |
parent | 379cc3bc5b9230d503b90c6bba58a89c8c515e06 (diff) | |
parent | 65e56d6b071c42dfedd4a0b0c28e627465c67295 (diff) | |
download | xine-lib-bee1e452179dc0aca884adf39c5727b99bfba96c.tar.gz xine-lib-bee1e452179dc0aca884adf39c5727b99bfba96c.tar.bz2 |
Merge changes from main 1.2 repository
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); |