From 49bb43f6626b927b978eac765609844294523cad Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 9 Sep 2018 19:54:05 +0000 Subject: Standardise header guards. Using the full path including the repo name. --- 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 e068f6ac..4d6fb791 100644 --- a/toxav/rtp.h +++ b/toxav/rtp.h @@ -17,8 +17,8 @@ * You should have received a copy of the GNU General Public License * along with Tox. If not, see . */ -#ifndef RTP_H -#define RTP_H +#ifndef C_TOXCORE_TOXAV_RTP_H +#define C_TOXCORE_TOXAV_RTP_H #include "bwcontroller.h" @@ -220,4 +220,4 @@ int rtp_send_data(RTPSession *session, const uint8_t *data, uint32_t length, } // extern "C" #endif -#endif /* RTP_H */ +#endif // C_TOXCORE_TOXAV_RTP_H -- cgit v1.2.3