about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-22 23:54:22 +0000
committerJames Booth <boothj5@gmail.com>2013-12-22 23:54:22 +0000
commita6859354b453dad686f6ed570c28a4870733dd08 (patch)
treea69212d99022279a47df8a7a3678abdbd341bfd1 /src/main.c
parent6a9bb8ea1102e85a9dc77947ac3b10375a551bb1 (diff)
downloadprofani-tty-a6859354b453dad686f6ed570c28a4870733dd08.tar.gz
Bind ui core functions in main.c
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index d1a99556..2ca76de3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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