Added tox-weechat-tox.*

This commit is contained in:
Håvard Pettersson 2014-09-02 13:59:07 +02:00
parent 7c2d98c32b
commit f79de0229b
2 changed files with 146 additions and 0 deletions

18
src/tox-weechat-tox.h Normal file
View file

@ -0,0 +1,18 @@
#ifndef TOX_WEECHAT_TOX_H
#define TOX_WEECHAT_TOX_H
#include <tox/tox.h>
extern Tox *tox;
/**
* Initialize the Tox object, bootstrap the DHT and start working.
*/
void tox_weechat_tox_init();
/**
* Dump Tox to file and de-initialize.
*/
void tox_weechat_tox_end();
#endif // TOX_WEECHAT_TOX_H