about summary refs log tree commit diff stats
path: root/src/ui/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-21 22:01:56 +0000
committerJames Booth <boothj5@gmail.com>2014-12-21 22:01:56 +0000
commit0c1bbb63c08e1237dd2a329b6c085fe5ced1f1d7 (patch)
treeb341611f96fadcf47ae7bd7fb4c41a1fb3a9357f /src/ui/windows.h
parentd41ac71d276bbeb38192ee635cb10eda4fdfbf69 (diff)
downloadprofani-tty-0c1bbb63c08e1237dd2a329b6c085fe5ced1f1d7.tar.gz
Added win_get_title
Diffstat (limited to 'src/ui/windows.h')
-rw-r--r--src/ui/windows.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/windows.h b/src/ui/windows.h
index be2e75a0..678e7298 100644
--- a/src/ui/windows.h
+++ b/src/ui/windows.h
@@ -40,13 +40,13 @@ void wins_init(void);
 ProfWin * wins_new_xmlconsole(void);
 ProfWin * wins_new_chat(const char * const barejid);
 ProfWin * wins_new_muc(const char * const roomjid);
-ProfWin * wins_new_muc_config(const char * const title, DataForm *form);
+ProfWin * wins_new_muc_config(const char * const roomjid, DataForm *form);
 ProfWin * wins_new_private(const char * const fulljid);
 
 ProfWin * wins_get_console(void);
 ProfChatWin *wins_get_chat(const char * const barejid);
 ProfMucWin * wins_get_muc(const char * const roomjid);
-ProfMucConfWin * wins_get_muc_conf(const char * const title);
+ProfMucConfWin * wins_get_muc_conf(const char * const roomjid);
 ProfPrivateWin *wins_get_private(const char * const fulljid);
 
 ProfWin * wins_get_current(void);