This commit is contained in:
Håvard Pettersson 2014-09-02 18:47:08 +02:00
parent 8fdcc5173f
commit ca6a80f4cb
15 changed files with 766 additions and 9 deletions

View file

@ -3,8 +3,6 @@
#include <tox/tox.h>
extern Tox *tox;
/**
* Initialize the Tox object, bootstrap the DHT and start working.
*/
@ -13,6 +11,6 @@ void tox_weechat_tox_init();
/**
* Dump Tox to file and de-initialize.
*/
void tox_weechat_tox_end();
void tox_weechat_tox_free();
#endif // TOX_WEECHAT_TOX_H