summaryrefslogtreecommitdiff
path: root/protocols/Tox/libtox/src/toxcore/timed_auth.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-02-15 12:18:35 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-02-15 12:18:35 +0300
commit31e72718ee54867accf0b739a24adc86f8b7ab54 (patch)
treef964c10c5d97d9fe4fd2bd8187c250faedcb0fd7 /protocols/Tox/libtox/src/toxcore/timed_auth.h
parent282e9c18d9d3b726cce3d2ef0babc88029661cb8 (diff)
libtox update
Diffstat (limited to 'protocols/Tox/libtox/src/toxcore/timed_auth.h')
-rw-r--r--protocols/Tox/libtox/src/toxcore/timed_auth.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Tox/libtox/src/toxcore/timed_auth.h b/protocols/Tox/libtox/src/toxcore/timed_auth.h
index 691b04d0df..bb19570872 100644
--- a/protocols/Tox/libtox/src/toxcore/timed_auth.h
+++ b/protocols/Tox/libtox/src/toxcore/timed_auth.h
@@ -4,6 +4,7 @@
#ifndef C_TOXCORE_TOXCORE_TIMED_AUTH_H
#define C_TOXCORE_TOXCORE_TIMED_AUTH_H
+#include "attributes.h"
#include "crypto_core.h"
#include "mono_time.h"
@@ -32,4 +33,4 @@ void generate_timed_auth(const Mono_Time *mono_time, uint16_t timeout, const uin
non_null(1, 3, 6) nullable(4)
bool check_timed_auth(const Mono_Time *mono_time, uint16_t timeout, const uint8_t *key,
const uint8_t *data, uint16_t length, const uint8_t *timed_auth);
-#endif
+#endif /* C_TOXCORE_TOXCORE_TIMED_AUTH_H */