about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-10-09 21:27:16 +0100
committerJames Booth <boothj5@gmail.com>2014-10-09 21:27:16 +0100
commit73262221f54428a29156f52e429237182cac51f0 (patch)
treee9e8ce59c161f5433f410ca62cee62007abf10dc /src/ui/window.h
parent778a495fbd708fbb1ac9c6f9eb3c4890a4a51bc3 (diff)
downloadprofani-tty-73262221f54428a29156f52e429237182cac51f0.tar.gz
Implemented /occupants hide
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index 02045305..a12be754 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -102,5 +102,6 @@ void win_save_print(ProfWin *window, const char show_char, GTimeVal *tstamp, int
 void win_save_println(ProfWin *window, const char * const message);
 void win_save_newline(ProfWin *window);
 void win_redraw(ProfWin *window);
+void win_hide_subwin(ProfWin *window);
 
 #endif