Added tox-weechat-tox.*
This commit is contained in:
parent
7c2d98c32b
commit
f79de0229b
2 changed files with 146 additions and 0 deletions
18
src/tox-weechat-tox.h
Normal file
18
src/tox-weechat-tox.h
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue