Fixed identity initialization.
This commit is contained in:
parent
026b43e599
commit
b8e0a9d70c
2 changed files with 14 additions and 22 deletions
|
|
@ -36,7 +36,8 @@ void tox_weechat_tox_init();
|
|||
|
||||
struct t_tox_weechat_identity *tox_weechat_identity_for_buffer(struct t_gui_buffer *buffer);
|
||||
|
||||
void tox_weechat_init_identity(struct t_tox_weechat_identity *identity);
|
||||
struct t_tox_weechat_identity *
|
||||
tox_weechat_identity_new(const char *name);
|
||||
|
||||
/**
|
||||
* Bootstrap DHT using an inet address, port and a Tox address.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue