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

@ -1,6 +1,11 @@
#ifndef TOX_WEECHAT_H
#define TOX_WEECHAT_H
#include <tox/tox.h>
extern struct t_weechat_plugin *weechat_plugin;
extern Tox *tox;
extern struct t_gui_buffer *tox_main_buffer;
#endif // TOX_WEECHAT_H