diff options
Diffstat (limited to 'toxcore/tox.api.h')
-rw-r--r-- | toxcore/tox.api.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toxcore/tox.api.h b/toxcore/tox.api.h index fcd43f7a..5e42b866 100644 --- a/toxcore/tox.api.h +++ b/toxcore/tox.api.h | |||
@@ -14,6 +14,8 @@ | |||
14 | #include <stddef.h> | 14 | #include <stddef.h> |
15 | #include <stdint.h> | 15 | #include <stdint.h> |
16 | 16 | ||
17 | //!TOKSTYLE- | ||
18 | |||
17 | #ifdef __cplusplus | 19 | #ifdef __cplusplus |
18 | extern "C" { | 20 | extern "C" { |
19 | #endif | 21 | #endif |
@@ -2854,5 +2856,7 @@ typedef TOX_CONNECTION Tox_Connection; | |||
2854 | typedef TOX_FILE_CONTROL Tox_File_Control; | 2856 | typedef TOX_FILE_CONTROL Tox_File_Control; |
2855 | typedef TOX_CONFERENCE_TYPE Tox_Conference_Type; | 2857 | typedef TOX_CONFERENCE_TYPE Tox_Conference_Type; |
2856 | 2858 | ||
2859 | //!TOKSTYLE+ | ||
2860 | |||
2857 | #endif // C_TOXCORE_TOXCORE_TOX_H | 2861 | #endif // C_TOXCORE_TOXCORE_TOX_H |
2858 | %} | 2862 | %} |