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-10-09 21:42:09 +0100
committerJames Booth <boothj5@gmail.com>2014-10-09 21:42:09 +0100
commitcbe14d6e4e78baf205484274a139661c64b64144 (patch)
treed42b59533263c4cf3b23ba6eaea6ed48017d0305 /src/ui/windows.h
parent73262221f54428a29156f52e429237182cac51f0 (diff)
downloadprofani-tty-cbe14d6e4e78baf205484274a139661c64b64144.tar.gz
Implemented /occupants show
Diffstat (limited to 'src/ui/windows.h')
-rw-r--r--src/ui/windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/windows.h b/src/ui/windows.h
index 3f79e808..7b3a94f8 100644
--- a/src/ui/windows.h
+++ b/src/ui/windows.h
@@ -64,5 +64,6 @@ gboolean wins_xmlconsole_exists(void);
 ProfWin * wins_get_xmlconsole(void);
 gboolean wins_swap(int source_win, int target_win);
 void wins_hide_subwin(ProfWin *window);
+void wins_show_subwin(ProfWin *window);
 
 #endif