summaryrefslogtreecommitdiff
path: root/toxav/toxav.h
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2020-04-09 23:56:19 +0000
committeriphydf <iphydf@users.noreply.github.com>2020-04-16 11:05:08 +0000
commitc08b2fb3e2c3c8e8a5722e7350b61efd6992be45 (patch)
treebc6f5738bb6a948146cedb612cc12abb3e158fb4 /toxav/toxav.h
parent7f9f8045cd6f8d92559cdc9f7d297cf92e960e49 (diff)
Remove tokstyle exemptions from build files.
We put some tokstyle exemptions into the source files themselves, instead. This way we can check some of the code in those files, and more in the future when tokstyle supports more constructs (like apidsl). Also: hacked ping_array.api.h to not emit `_array` as parameter names. We'll need to fix apidsl to do this better. This works for now.
Diffstat (limited to 'toxav/toxav.h')
-rw-r--r--toxav/toxav.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/toxav/toxav.h b/toxav/toxav.h
index 141ccb89..a96c85cb 100644
--- a/toxav/toxav.h
+++ b/toxav/toxav.h
@@ -9,6 +9,8 @@
9#include <stddef.h> 9#include <stddef.h>
10#include <stdint.h> 10#include <stdint.h>
11 11
12//!TOKSTYLE-
13
12#ifdef __cplusplus 14#ifdef __cplusplus
13extern "C" { 15extern "C" {
14#endif 16#endif
@@ -815,4 +817,6 @@ typedef TOXAV_ERR_BIT_RATE_SET Toxav_Err_Bit_Rate_Set;
815typedef TOXAV_ERR_SEND_FRAME Toxav_Err_Send_Frame; 817typedef TOXAV_ERR_SEND_FRAME Toxav_Err_Send_Frame;
816typedef TOXAV_CALL_CONTROL Toxav_Call_Control; 818typedef TOXAV_CALL_CONTROL Toxav_Call_Control;
817 819
820//!TOKSTYLE+
821
818#endif // C_TOXCORE_TOXAV_TOXAV_H 822#endif // C_TOXCORE_TOXAV_TOXAV_H