diff options
Diffstat (limited to 'toxcore/ping_array.api.h')
-rw-r--r-- | toxcore/ping_array.api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/ping_array.api.h b/toxcore/ping_array.api.h index 81ede8fa..d36e56dc 100644 --- a/toxcore/ping_array.api.h +++ b/toxcore/ping_array.api.h | |||
@@ -20,7 +20,7 @@ extern "C" { | |||
20 | 20 | ||
21 | class mono_Time { struct this; } | 21 | class mono_Time { struct this; } |
22 | 22 | ||
23 | class ping_Array { | 23 | class ping { class array { |
24 | 24 | ||
25 | struct this; | 25 | struct this; |
26 | 26 | ||
@@ -55,7 +55,7 @@ uint64_t add(const mono_Time::this *mono_time, const uint8_t *data, uint32_t len | |||
55 | */ | 55 | */ |
56 | int32_t check(const mono_Time::this *mono_time, uint8_t[length] data, uint64_t ping_id); | 56 | int32_t check(const mono_Time::this *mono_time, uint8_t[length] data, uint64_t ping_id); |
57 | 57 | ||
58 | } | 58 | } } |
59 | 59 | ||
60 | %{ | 60 | %{ |
61 | #ifdef __cplusplus | 61 | #ifdef __cplusplus |