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, 0 insertions, 1 deletions
diff --git a/stream/rtp.h b/stream/rtp.h
index f961553b3d..c244eff2f4 100644
--- a/stream/rtp.h
+++ b/stream/rtp.h
@@ -34,6 +34,5 @@ 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