about summary refs log tree commit diff stats
path: root/src/ui/window.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-04-20 23:39:17 +0100
committerJames Booth <boothj5@gmail.com>2013-04-20 23:39:17 +0100
commitc7100203e464ebc684eadb83020564b1d51e4e43 (patch)
tree69f86a04ef7cb0d3fe2b8b94c3c917f769cd53e5 /src/ui/window.h
parent3e66b0a9d2d17d17dd599e3747b34492ac8c6e9f (diff)
downloadprofani-tty-c7100203e464ebc684eadb83020564b1d51e4e43.tar.gz
Moved cons_about() to console module
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