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 2eec3b01..5f8a0e36 100644
--- a/src/ui/window.h
+++ b/src/ui/window.h
@@ -64,5 +64,7 @@ typedef struct prof_win_t {
 
 ProfWin* win_create(const char * const title, int cols, win_type_t type);
 void win_free(ProfWin *window);
+void win_print_line(ProfWin *self, const char * const msg, ...);
+void win_refresh(ProfWin *self);
 
 #endif