diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-13 16:28:48 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-04-13 16:28:48 +0000 |
commit | d59b0e3a5c60b75a53612dce6b9d0083822c6ba8 (patch) | |
tree | ae79d8c56e65e6bec80fe686c6e2249d8801aed8 /src/xine-engine/xine_internal.h | |
parent | 54340b165e2d31f822a106ea6b9a3fd5a0b2542b (diff) | |
download | xine-lib-d59b0e3a5c60b75a53612dce6b9d0083822c6ba8.tar.gz xine-lib-d59b0e3a5c60b75a53612dce6b9d0083822c6ba8.tar.bz2 |
add a small read() function that can be aborted by demux_action_pending
useful for network input plugins...
CVS patchset: 4600
CVS date: 2003/04/13 16:28:48
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r-- | src/xine-engine/xine_internal.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index 3564e598c..45291cea4 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_internal.h,v 1.133 2003/04/05 12:28:16 miguelfreitas Exp $ + * $Id: xine_internal.h,v 1.134 2003/04/13 16:28:48 miguelfreitas Exp $ * */ @@ -307,6 +307,8 @@ void xine_demux_control_end (xine_stream_t *stream, uint32_t flags); int xine_demux_start_thread (xine_stream_t *stream); int xine_demux_stop_thread (xine_stream_t *stream); +off_t xine_read_abort (xine_stream_t *stream, int fd, char *buf, off_t todo); + /* * plugin_loader functions * |