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/toxav.api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toxav/toxav.api.h') diff --git a/toxav/toxav.api.h b/toxav/toxav.api.h index 02f8bc9f..14c6a8e1 100644 --- a/toxav/toxav.api.h +++ b/toxav/toxav.api.h @@ -18,8 +18,8 @@ * You should have received a copy of the GNU General Public License * along with Tox. If not, see . */ -#ifndef TOXAV_H -#define TOXAV_H +#ifndef C_TOXCORE_TOXAV_TOXAV_H +#define C_TOXCORE_TOXAV_TOXAV_H #include #include @@ -668,5 +668,5 @@ typedef TOXAV_ERR_BIT_RATE_SET Toxav_Err_Bit_Rate_Set; typedef TOXAV_ERR_SEND_FRAME Toxav_Err_Send_Frame; typedef TOXAV_CALL_CONTROL Toxav_Call_Control; -#endif /* TOXAV_H */ +#endif // C_TOXCORE_TOXAV_TOXAV_H %} -- cgit v1.2.3