mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed tox_load() comment.
This commit is contained in:
parent
df21223438
commit
c7b3b7acbd
|
@ -870,6 +870,9 @@ uint32_t tox_size(const Tox *tox);
|
|||
void tox_save(const Tox *tox, uint8_t *data);
|
||||
|
||||
/* Load the messenger from data of size length.
|
||||
* NOTE: The Tox save format isn't stable yet meaning this function sometimes
|
||||
* returns -1 when loading older saves. This however does not mean nothing was
|
||||
* loaded from the save.
|
||||
*
|
||||
* returns 0 on success
|
||||
* returns -1 on failure
|
||||
|
|
Loading…
Reference in New Issue
Block a user