New API cleanup.
This commit is contained in:
parent
cacd200a5c
commit
ed96d36711
7 changed files with 219 additions and 171 deletions
|
|
@ -23,7 +23,8 @@
|
|||
extern struct t_weechat_plugin *weechat_plugin;
|
||||
|
||||
/// Return codes used throughout Tox-WeeChat.
|
||||
enum t_twc_rc {
|
||||
enum t_twc_rc
|
||||
{
|
||||
TWC_RC_OK,
|
||||
/// Generic error return code.
|
||||
TWC_RC_ERROR,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue