summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxav/rtp.h')
-rw-r--r--toxav/rtp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxav/rtp.h b/toxav/rtp.h
index 03b44719..b1888f6c 100644
--- a/toxav/rtp.h
+++ b/toxav/rtp.h
@@ -19,8 +19,8 @@
19 * 19 *
20 */ 20 */
21 21
22#ifndef __TOXRTP 22#ifndef RTP_H
23#define __TOXRTP 23#define RTP_H
24 24
25#define RTP_VERSION 2 25#define RTP_VERSION 2
26#include <inttypes.h> 26#include <inttypes.h>
@@ -130,4 +130,4 @@ void rtp_free_msg ( RTPSession *session, RTPMessage *msg );
130 130
131 131
132 132
133#endif /* __TOXRTP */ 133#endif /* RTP_H */