summaryrefslogtreecommitdiff
path: root/toxav/codec.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/codec.h
parent8c245affb1f7dac2baab263ad0c4e19314073d71 (diff)
Fixed header protectors and cleaning up the msi
Diffstat (limited to 'toxav/codec.h')
-rw-r--r--toxav/codec.h6
1 files changed, 3 insertions, 3 deletions
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 @@
21 * 21 *
22 */ 22 */
23 23
24#ifndef _CODEC_H_ 24#ifndef CODEC_H
25#define _CODEC_H_ 25#define CODEC_H
26 26
27#include "toxav.h" 27#include "toxav.h"
28#include "rtp.h" 28#include "rtp.h"
@@ -186,4 +186,4 @@ void cs_disable_audio_receiving(CSSession* cs);
186 186
187/* Internal. Called from rtp_handle_message */ 187/* Internal. Called from rtp_handle_message */
188void queue_message(RTPSession *session, RTPMessage *msg); 188void queue_message(RTPSession *session, RTPMessage *msg);
189#endif /* _CODEC_H_ */ 189#endif /* CODEC_H */