diff console/gntui.h @ 14847:d478f3853671

[gaim-migrate @ 17616] Fix bug #1582629. The terminal should now always go back to normal state after quitting from gaim-text. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sun, 29 Oct 2006 03:43:15 +0000
parents 81650a27f253
children
line wrap: on
line diff
--- a/console/gntui.h	Sun Oct 29 01:32:04 2006 +0000
+++ b/console/gntui.h	Sun Oct 29 03:43:15 2006 +0000
@@ -24,6 +24,7 @@
 
 #include "gnt.h"
 
-void init_gnt_ui(void);
+void gnt_ui_init(void);
+void gnt_ui_uninit(void);
 
 #endif