summaryrefslogtreecommitdiff
path: root/src/input/librtsp/rtsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/librtsp/rtsp.h')
-rw-r--r--src/input/librtsp/rtsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/librtsp/rtsp.h b/src/input/librtsp/rtsp.h
index dc2624459..2e1fd6aa0 100644
--- a/src/input/librtsp/rtsp.h
+++ b/src/input/librtsp/rtsp.h
@@ -40,7 +40,7 @@
typedef struct rtsp_s rtsp_t;
-rtsp_t* rtsp_connect (xine_stream_t *stream, const char *mrl, const char *user_agent);
+rtsp_t* rtsp_connect (xine_stream_t *stream, const char *mrl, const char *user_agent) XINE_MALLOC;
int rtsp_request_options(rtsp_t *s, const char *what);
int rtsp_request_describe(rtsp_t *s, const char *what);