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/codec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toxav/codec.h') diff --git a/toxav/codec.h b/toxav/codec.h index de5a6cd1..02a3b1b4 100644 --- a/toxav/codec.h +++ b/toxav/codec.h @@ -21,8 +21,8 @@ * */ -#ifndef _CODEC_H_ -#define _CODEC_H_ +#ifndef CODEC_H +#define CODEC_H #include "toxav.h" #include "rtp.h" @@ -186,4 +186,4 @@ void cs_disable_audio_receiving(CSSession* cs); /* Internal. Called from rtp_handle_message */ void queue_message(RTPSession *session, RTPMessage *msg); -#endif /* _CODEC_H_ */ +#endif /* CODEC_H */ -- cgit v1.2.3