about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/window.h')
-rw-r--r--src/ui/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/window.h b/src/ui/window.h
index ce980dd6..16428c6b 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -39,4 +39,6 @@ typedef struct prof_win_t {
 ProfWin* window_create(const char * const title, int cols, win_type_t type);
 void window_free(ProfWin *window);
 
+void window_show_time(ProfWin* window, char show_char);
+
 #endif