about summary refs log tree commit diff stats
path: root/windows.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-02-19 00:23:45 +0000
committerJames Booth <boothj5@gmail.com>2012-02-19 00:23:45 +0000
commit355f2a68fd7431a9ec5667c1aa6a04d566a21a1c (patch)
treee9b55287c09f0d5c367d7d8c7091a5dba8be0a44 /windows.h
parent9f6356a8f75c8796dd3ec0d66ee5b01e45cccce6 (diff)
downloadprofani-tty-355f2a68fd7431a9ec5667c1aa6a04d566a21a1c.tar.gz
Tidy up titlebar title
Diffstat (limited to 'windows.h')
-rw-r--r--windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows.h b/windows.h
index ee40c94e..46e26ec8 100644
--- a/windows.h
+++ b/windows.h
@@ -21,6 +21,7 @@ void create_input_window(void);
 // title bar actions
 void title_bar_refresh(void);
 void title_bar_show(char *title);
+void title_bar_title(void);
 void title_bar_connected(void);
 void title_bar_disconnected(void);