about summary refs log tree commit diff stats
path: root/src/ui/windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/windows.h')
-rw-r--r--src/ui/windows.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/windows.h b/src/ui/windows.h
index 3f79e808..7b3a94f8 100644
--- a/src/ui/windows.h
+++ b/src/ui/windows.h
@@ -64,5 +64,6 @@ gboolean wins_xmlconsole_exists(void);
 ProfWin * wins_get_xmlconsole(void);
 gboolean wins_swap(int source_win, int target_win);
 void wins_hide_subwin(ProfWin *window);
+void wins_show_subwin(ProfWin *window);
 
 #endif