Fix for Bug 2151:
[obnox/wireshark/wip.git] / statusbar.h
index 0d2a00536203aa2d90d59baac692b74ab61fa24c..303ddf372cd2c61fd3af328994b968ee633489fb 100644 (file)
@@ -3,8 +3,8 @@
  *
  * $Id$
  *
- * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@ethereal.com>
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
  *
  * This program is free software; you can redistribute it and/or
@@ -32,7 +32,7 @@ extern "C" {
 /*
  * Push a message referring to file access onto the statusbar.
  */
-void statusbar_push_file_msg(gchar *msg);
+void statusbar_push_file_msg(const gchar *msg);
 
 /*
  * Pop a message referring to file access off the statusbar.
@@ -42,7 +42,7 @@ void statusbar_pop_file_msg(void);
 /*
  * Push a message referring to the currently-selected field onto the statusbar.
  */
-void statusbar_push_field_msg(gchar *msg);
+void statusbar_push_field_msg(const gchar *msg);
 
 /*
  * Pop a message referring to the currently-selected field off the statusbar.