about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-05 23:29:09 +0000
committerJames Booth <boothj5@gmail.com>2012-02-05 23:29:09 +0000
commit0c0246074fb7fc957a7edd726a04be5089e819a0 (patch)
tree3c81cf74d327249021c6abc66992dc07151261d5 /windows.h
parent134e5d17013866e9df81c683197596c0c3cc2bad (diff)
downloadprofani-tty-0c0246074fb7fc957a7edd726a04be5089e819a0.tar.gz
Added jabber module
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/windows.h b/windows.h
index e9960bb0..62285f22 100644
--- a/windows.h
+++ b/windows.h
@@ -8,9 +8,6 @@ WINDOW *cmd_win;
 WINDOW *main_win;
 
 // window creation
-void create_title_bar(void);
-void create_command_bar(void);
-void create_command_window(void);
-void create_main_window(void);
+void initgui(void);
 
 #endif