summaryrefslogtreecommitdiff
path: root/toxcore/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/state.h')
-rw-r--r--toxcore/state.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/state.h b/toxcore/state.h
index 3f7ff043..154478bf 100644
--- a/toxcore/state.h
+++ b/toxcore/state.h
@@ -34,6 +34,8 @@ typedef State_Load_Status state_load_cb(void *outer, const uint8_t *data, uint32
34int state_load(const Logger *log, state_load_cb *state_load_callback, void *outer, 34int state_load(const Logger *log, state_load_cb *state_load_callback, void *outer,
35 const uint8_t *data, uint32_t length, uint16_t cookie_inner); 35 const uint8_t *data, uint32_t length, uint16_t cookie_inner);
36 36
37uint8_t *state_write_section_header(uint8_t *data, uint16_t cookie_type, uint32_t len, uint32_t section_type);
38
37// Utilities for state data serialisation. 39// Utilities for state data serialisation.
38 40
39uint16_t lendian_to_host16(uint16_t lendian); 41uint16_t lendian_to_host16(uint16_t lendian);