summaryrefslogtreecommitdiff
path: root/toxcore/tox.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/tox.h')
-rw-r--r--toxcore/tox.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/toxcore/tox.h b/toxcore/tox.h
index 8a564e6b..1f251085 100644
--- a/toxcore/tox.h
+++ b/toxcore/tox.h
@@ -723,13 +723,6 @@ void tox_save(const Tox *tox, uint8_t *data);
723 */ 723 */
724int tox_load(Tox *tox, const uint8_t *data, uint32_t length); 724int tox_load(Tox *tox, const uint8_t *data, uint32_t length);
725 725
726/* Perform connections after messenger has been loaded from file.
727 *
728 * returns 0 on success
729 * returns -1 on failure
730 */
731int tox_connect(Tox *tox);
732
733#ifdef __cplusplus 726#ifdef __cplusplus
734} 727}
735#endif 728#endif