chiark / gitweb /
Remove some obsolete code
[disorder] / lib / rtp.h
index 9159bfb2417df5cf0c4d99bd694de5ce067b0b49..63ade9bea7da6425cd6e87d00b8209ce2628a2d1 100644 (file)
--- a/lib/rtp.h
+++ b/lib/rtp.h
@@ -22,7 +22,7 @@
 #define RTP_H
 
 /* RTP is defined in RFC1889 */
-struct attribute((packed)) rtp {
+struct attribute((packed)) rtp_header {
   uint8_t vpxcc;
   uint8_t mpt;
   uint16_t seq;