summaryrefslogtreecommitdiffstats
path: root/libmpdemux/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/rtp.h')
-rw-r--r--libmpdemux/rtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/rtp.h b/libmpdemux/rtp.h
index ccfe467ac1..c244eff2f4 100644
--- a/libmpdemux/rtp.h
+++ b/libmpdemux/rtp.h
@@ -33,5 +33,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);
#endif