summaryrefslogtreecommitdiff
path: root/toxav/toxav.api.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.api.h
parent7821cd84121ac8a4de5c70ab46d36bcbb881bb43 (diff)
Standardise header guards.
Using the full path including the repo name.
Diffstat (limited to 'toxav/toxav.api.h')
-rw-r--r--toxav/toxav.api.h6
1 files changed, 3 insertions, 3 deletions
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 @@
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
19 * along with Tox. If not, see <http://www.gnu.org/licenses/>. 19 * along with Tox. If not, see <http://www.gnu.org/licenses/>.
20 */ 20 */
21#ifndef TOXAV_H 21#ifndef C_TOXCORE_TOXAV_TOXAV_H
22#define TOXAV_H 22#define C_TOXCORE_TOXAV_TOXAV_H
23 23
24#include <stdbool.h> 24#include <stdbool.h>
25#include <stddef.h> 25#include <stddef.h>
@@ -668,5 +668,5 @@ typedef TOXAV_ERR_BIT_RATE_SET Toxav_Err_Bit_Rate_Set;
668typedef TOXAV_ERR_SEND_FRAME Toxav_Err_Send_Frame; 668typedef TOXAV_ERR_SEND_FRAME Toxav_Err_Send_Frame;
669typedef TOXAV_CALL_CONTROL Toxav_Call_Control; 669typedef TOXAV_CALL_CONTROL Toxav_Call_Control;
670 670
671#endif /* TOXAV_H */ 671#endif // C_TOXCORE_TOXAV_TOXAV_H
672%} 672%}