More support for multiple identities.
This commit is contained in:
parent
edc5e16d8a
commit
e7ec533944
11 changed files with 516 additions and 121 deletions
|
|
@ -1,7 +1,21 @@
|
|||
#ifndef TOX_WEECHAT_CONFIG_H
|
||||
#define TOX_WEECHAT_CONFIG_H
|
||||
|
||||
#include "tox-weechat-identities.h"
|
||||
|
||||
extern struct t_config_file *tox_weechat_config_file;
|
||||
extern struct t_config_section *tox_weechat_config_section_identity;
|
||||
|
||||
void
|
||||
tox_weechat_config_init();
|
||||
|
||||
int
|
||||
tox_weechat_config_read();
|
||||
|
||||
int
|
||||
tox_weechat_config_write();
|
||||
|
||||
void
|
||||
tox_weechat_config_init_identity(struct t_tox_weechat_identity *identity);
|
||||
|
||||
#endif // TOX_WEECHAT_CONFIG_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue