summaryrefslogtreecommitdiffstats
path: root/libmpdemux/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/rtp.h')
-rw-r--r--libmpdemux/rtp.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmpdemux/rtp.h b/libmpdemux/rtp.h
index 120c205358..31a4f8ca13 100644
--- a/libmpdemux/rtp.h
+++ b/libmpdemux/rtp.h
@@ -25,12 +25,6 @@ struct rtpheader { /* in network byte order */
};
-void initrtp(struct rtpheader *foo); /* fill in the MPEG-2 TS deefaults */
-int sendrtp(int fd, struct sockaddr_in *sSockAddr, struct rtpheader *foo, char *data, int len);
int getrtp2(int fd, struct rtpheader *rh, char** data, int* lengthData);
-int sendrtp2(int fd, struct sockaddr_in *sSockAddr, struct rtpheader *foo, char *data, int len);
-int getrtp(int fd, struct rtpheader *rh, char** data, int* lengthData);
-int makesocket(char *szAddr,unsigned short port,int TTL,struct sockaddr_in *sSockAddr);
-int makeclientsocket(char *szAddr,unsigned short port,int TTL,struct sockaddr_in *sSockAddr);
#endif