summaryrefslogtreecommitdiffstats
path: root/stream/librtsp/rtsp_session.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/librtsp/rtsp_session.h')
-rw-r--r--stream/librtsp/rtsp_session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/stream/librtsp/rtsp_session.h b/stream/librtsp/rtsp_session.h
index e955e939b1..8503ae2cc7 100644
--- a/stream/librtsp/rtsp_session.h
+++ b/stream/librtsp/rtsp_session.h
@@ -33,7 +33,8 @@
typedef struct rtsp_session_s rtsp_session_t;
-rtsp_session_t *rtsp_session_start(int fd, char **mrl, char *path, char *host, int port, int *redir, uint32_t bandwidth);
+rtsp_session_t *rtsp_session_start(int fd, char **mrl, char *path, char *host,
+ int port, int *redir, uint32_t bandwidth, char *user, char *pass);
int rtsp_session_read(rtsp_session_t *session, char *data, int len);