From 7329f3b3d461a8f7738fa4b13a2dffc8d6a5b5f5 Mon Sep 17 00:00:00 2001 From: mannol Date: Mon, 16 Feb 2015 23:30:20 +0100 Subject: Fixed header protectors and cleaning up the msi --- toxav/rtp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toxav/rtp.h') 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 @@ * */ -#ifndef __TOXRTP -#define __TOXRTP +#ifndef RTP_H +#define RTP_H #define RTP_VERSION 2 #include @@ -130,4 +130,4 @@ void rtp_free_msg ( RTPSession *session, RTPMessage *msg ); -#endif /* __TOXRTP */ +#endif /* RTP_H */ -- cgit v1.2.3