Refactoring for multi-identity support.

This commit is contained in:
Håvard Pettersson 2014-09-13 06:52:42 +02:00
parent 5a3b0cc583
commit edc5e16d8a
13 changed files with 571 additions and 433 deletions

View file

@ -4,13 +4,17 @@
#include <tox/tox.h>
#include "tox-weechat.h"
#include "tox-weechat-tox.h"
#include "tox-weechat-utils.h"
#include "tox-weechat-identities.h"
#include "tox-weechat-chats.h"
#include "tox-weechat-friend-requests.h"
#include "tox-weechat-commands.h"
// TODO: something
extern int
tox_weechat_bootstrap_tox(Tox *tox, char *address, uint16_t port, char *public_key);
int
tox_weechat_cmd_bootstrap(void *data, struct t_gui_buffer *buffer,
int argc, char **argv, char **argv_eol)