summaryrefslogtreecommitdiff
path: root/src/xine-engine/xine_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-engine/xine_internal.h')
-rw-r--r--src/xine-engine/xine_internal.h4
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
*