summaryrefslogtreecommitdiffstats
path: root/stream/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/rtp.h')
-rw-r--r--stream/rtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/rtp.h b/stream/rtp.h
index c244eff2f4..f961553b3d 100644
--- a/stream/rtp.h
+++ b/stream/rtp.h
@@ -34,5 +34,6 @@ struct rtpheader { /* in network byte order */
static int getrtp2(int fd, struct rtpheader *rh, char** data, int* lengthData);
int read_rtp_from_server(int fd, char *buffer, int length);
+int rtp_open_socket (URL_t *url);
#endif