summaryrefslogtreecommitdiff
path: root/src/input/librtsp/rtsp_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/librtsp/rtsp_session.h')
-rw-r--r--src/input/librtsp/rtsp_session.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input/librtsp/rtsp_session.h b/src/input/librtsp/rtsp_session.h
index 140d09a0a..649842e7a 100644
--- a/src/input/librtsp/rtsp_session.h
+++ b/src/input/librtsp/rtsp_session.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: rtsp_session.h,v 1.6 2003/12/09 00:02:31 f1rmb Exp $
+ * $Id: rtsp_session.h,v 1.7 2006/12/18 21:31:47 klan Exp $
*
* high level interface to rtsp servers.
*/
@@ -29,6 +29,8 @@ typedef struct rtsp_session_s rtsp_session_t;
rtsp_session_t *rtsp_session_start(xine_stream_t *stream, char *mrl);
+void rtsp_session_set_start_time(rtsp_session_t *this, int start_time);
+
int rtsp_session_read(rtsp_session_t *session, char *data, int len);
int rtsp_session_peek_header(rtsp_session_t *this, char *buf, int maxsize);