summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-09-09 19:54:05 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-09-14 19:09:10 +0000
commit49bb43f6626b927b978eac765609844294523cad (patch)
tree8a56916651f51c63489cd1427e6fba2b6a19cbdb /toxav/toxav.h
parent7821cd84121ac8a4de5c70ab46d36bcbb881bb43 (diff)
Standardise header guards.
Using the full path including the repo name.
Diffstat (limited to 'toxav/toxav.h')
-rw-r--r--toxav/toxav.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index 4cc2af2c..bc634e91 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -17,8 +17,8 @@
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 18 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
19 */ 19 */
20#ifndef TOXAV_H 20#ifndef C_TOXCORE_TOXAV_TOXAV_H
21#define TOXAV_H 21#define C_TOXCORE_TOXAV_TOXAV_H
22 22
23#include <stdbool.h> 23#include <stdbool.h>
24#include <stddef.h> 24#include <stddef.h>
@@ -797,4 +797,4 @@ typedef TOXAV_ERR_BIT_RATE_SET Toxav_Err_Bit_Rate_Set;
797typedef TOXAV_ERR_SEND_FRAME Toxav_Err_Send_Frame; 797typedef TOXAV_ERR_SEND_FRAME Toxav_Err_Send_Frame;
798typedef TOXAV_CALL_CONTROL Toxav_Call_Control; 798typedef TOXAV_CALL_CONTROL Toxav_Call_Control;
799 799
800#endif /* TOXAV_H */ 800#endif // C_TOXCORE_TOXAV_TOXAV_H