diff options
Diffstat (limited to 'toxcore')
-rw-r--r-- | toxcore/tox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h index b556d138..038a366f 100644 --- a/toxcore/tox.h +++ b/toxcore/tox.h | |||
@@ -609,6 +609,8 @@ typedef enum TOX_ERR_NEW { | |||
609 | * NULL, the default options are used. | 609 | * NULL, the default options are used. |
610 | * | 610 | * |
611 | * @see tox_iterate for the event loop. | 611 | * @see tox_iterate for the event loop. |
612 | * | ||
613 | * @return A new Tox instance pointer on success or NULL on failure. | ||
612 | */ | 614 | */ |
613 | Tox *tox_new(const struct Tox_Options *options, TOX_ERR_NEW *error); | 615 | Tox *tox_new(const struct Tox_Options *options, TOX_ERR_NEW *error); |
614 | 616 | ||