summaryrefslogtreecommitdiff
path: root/ui/gtk/main_titlebar.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-03 18:40:23 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-03 18:40:23 +0000
commit5537e925f1e3d9ee5b0907324e6811eb21ec889c (patch)
treebfb607be82a1eb6b44aa6d879f2c6ff22ea687a1 /ui/gtk/main_titlebar.h
parent742b22dd43ee3a53231637c60f30ce9f7ca90e98 (diff)
downloadwireshark-5537e925f1e3d9ee5b0907324e6811eb21ec889c.tar.gz
Move the declaration of main_set_window_name() frm ui/ui_util.h to
ui/gtk/main_titlebar.h. svn path=/trunk/; revision=43042
Diffstat (limited to 'ui/gtk/main_titlebar.h')
-rw-r--r--ui/gtk/main_titlebar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/gtk/main_titlebar.h b/ui/gtk/main_titlebar.h
index 45057c1ee1..fe8e5c1740 100644
--- a/ui/gtk/main_titlebar.h
+++ b/ui/gtk/main_titlebar.h
@@ -31,4 +31,7 @@
*/
extern void main_titlebar_update(void);
+/* Set the name of the top-level window. */
+extern void main_set_window_name(const gchar *);
+
#endif /* __MAIN_TITLEBAR_H__ */