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-11-15 22:59:13 +0000
committerJames Booth <boothj5@gmail.com>2014-11-15 22:59:13 +0000
commit3a778cc974a2a561f96d926178ce18c9cc6627cb (patch)
treeb4a3f288fc2f3ea027ba2b365e3454592b613749 /src/ui/window.h
parent36427971468ff81a55b77e3f75ab5dd36f2bd9a6 (diff)
downloadprofani-tty-3a778cc974a2a561f96d926178ce18c9cc6627cb.tar.gz
Added seperate values for roster and occupants win sizes
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 e635f221..b512c521 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -105,6 +105,7 @@ void win_redraw(ProfWin *window);
 void win_hide_subwin(ProfWin *window);
 void win_show_subwin(ProfWin *window);
 int win_roster_cols(void);
+int win_occpuants_cols(void);
 void win_printline_nowrap(WINDOW *win, char *msg);
 
 #endif