Bind ui core functions in main.c

This commit is contained in:
James Booth
2013-12-22 23:54:22 +00:00
parent 6a9bb8ea11
commit a6859354b4
3 changed files with 78 additions and 81 deletions

View File

@@ -30,6 +30,7 @@
#include "profanity.h"
#include "xmpp/xmpp.h"
#include "ui/ui.h"
static gboolean disable_tls = FALSE;
static gboolean version = FALSE;
@@ -46,6 +47,8 @@ _init_modules(void)
message_init_module();
presence_init_module();
roster_init_module();
ui_init_module();
}
int