diff options
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r-- | toxcore/tox.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h index dc873f3b..be6f6d34 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h | |||
@@ -13,6 +13,8 @@ | |||
13 | #include <stddef.h> | 13 | #include <stddef.h> |
14 | #include <stdint.h> | 14 | #include <stdint.h> |
15 | 15 | ||
16 | //!TOKSTYLE- | ||
17 | |||
16 | #ifdef __cplusplus | 18 | #ifdef __cplusplus |
17 | extern "C" { | 19 | extern "C" { |
18 | #endif | 20 | #endif |
@@ -3251,4 +3253,6 @@ typedef TOX_CONNECTION Tox_Connection; | |||
3251 | typedef TOX_FILE_CONTROL Tox_File_Control; | 3253 | typedef TOX_FILE_CONTROL Tox_File_Control; |
3252 | typedef TOX_CONFERENCE_TYPE Tox_Conference_Type; | 3254 | typedef TOX_CONFERENCE_TYPE Tox_Conference_Type; |
3253 | 3255 | ||
3256 | //!TOKSTYLE+ | ||
3257 | |||
3254 | #endif // C_TOXCORE_TOXCORE_TOX_H | 3258 | #endif // C_TOXCORE_TOXCORE_TOX_H |