summaryrefslogtreecommitdiff
path: root/toxav/rtp.h
diff options
context:
space:
mode:
authormannol <eniz_vukovic@hotmail.com>2015-02-16 23:30:20 +0100
committermannol <eniz_vukovic@hotmail.com>2015-02-16 23:30:20 +0100
commit7329f3b3d461a8f7738fa4b13a2dffc8d6a5b5f5 (patch)
tree97b852c024eee0ae7b4da32a54636e4d5b035fff /toxav/rtp.h
parent8c245affb1f7dac2baab263ad0c4e19314073d71 (diff)
Fixed header protectors and cleaning up the msi
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 */