Added a return value for tox_weechat_bootstrap.

This commit is contained in:
Håvard Pettersson 2014-09-02 23:40:54 +02:00
parent 2192806a41
commit 27375ad5ed
2 changed files with 5 additions and 3 deletions

View file

@ -11,7 +11,7 @@ void tox_weechat_tox_init();
/**
* Bootstrap DHT using an inet address, port and a Tox address.
*/
void tox_weechat_bootstrap(char *address, uint16_t port, char *public_key);
int tox_weechat_bootstrap(char *address, uint16_t port, char *public_key);
/**
* Dump Tox to file and de-initialize.