tox-weechat/src/tox-weechat-tox.h

17 lines
285 B
C
Raw Normal View History

2014-09-02 11:59:07 +00:00
#ifndef TOX_WEECHAT_TOX_H
#define TOX_WEECHAT_TOX_H
#include <tox/tox.h>
/**
* Initialize the Tox object, bootstrap the DHT and start working.
*/
void tox_weechat_tox_init();
/**
* Dump Tox to file and de-initialize.
*/
2014-09-02 16:47:08 +00:00
void tox_weechat_tox_free();
2014-09-02 11:59:07 +00:00
#endif // TOX_WEECHAT_TOX_H