diff options
author | mannol <eniz_vukovic@hotmail.com> | 2015-01-24 23:29:54 +0100 |
---|---|---|
committer | mannol <eniz_vukovic@hotmail.com> | 2015-01-24 23:29:54 +0100 |
commit | 1450c22d01cbb5185ee8eac14657ddf3301d7e48 (patch) | |
tree | 366f795f56689b0fb53dfe52941fb9c813429e8b /toxcore/util.h | |
parent | e57fb8c12ea7de1a5070ea0fc6f14c8e242c409f (diff) |
Current progress
Diffstat (limited to 'toxcore/util.h')
-rw-r--r-- | toxcore/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/util.h b/toxcore/util.h index 7cd6bb8b..fab26e29 100644 --- a/toxcore/util.h +++ b/toxcore/util.h | |||
@@ -53,6 +53,7 @@ typedef int (*load_state_callback_func)(void *outer, const uint8_t *data, uint32 | |||
53 | int load_state(load_state_callback_func load_state_callback, void *outer, | 53 | int load_state(load_state_callback_func load_state_callback, void *outer, |
54 | const uint8_t *data, uint32_t length, uint16_t cookie_inner); | 54 | const uint8_t *data, uint32_t length, uint16_t cookie_inner); |
55 | 55 | ||
56 | /* Returns -1 if failed or 0 if success */ | ||
56 | int create_recursive_mutex(pthread_mutex_t *mutex); | 57 | int create_recursive_mutex(pthread_mutex_t *mutex); |
57 | 58 | ||
58 | #endif /* __UTIL_H__ */ | 59 | #endif /* __UTIL_H__ */ |