New API cleanup.

This commit is contained in:
Håvard Pettersson 2015-04-10 00:08:40 +02:00
parent cacd200a5c
commit ed96d36711
7 changed files with 219 additions and 171 deletions

View file

@ -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,