2014-09-02 12:37:00 +02:00
|
|
|
#ifndef TOX_WEECHAT_H
|
|
|
|
#define TOX_WEECHAT_H
|
|
|
|
|
2014-09-02 18:47:08 +02:00
|
|
|
#include <tox/tox.h>
|
|
|
|
|
2014-09-02 13:59:38 +02:00
|
|
|
extern struct t_weechat_plugin *weechat_plugin;
|
2014-09-02 18:47:08 +02:00
|
|
|
extern Tox *tox;
|
|
|
|
|
|
|
|
extern struct t_gui_buffer *tox_main_buffer;
|
2014-09-02 13:59:38 +02:00
|
|
|
|
2014-09-02 12:37:00 +02:00
|
|
|
#endif // TOX_WEECHAT_H
|