aboutsummaryrefslogtreecommitdiffstats
path: root/statusbar.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-05-25 19:13:49 +0000
committerGuy Harris <guy@alum.mit.edu>2007-05-25 19:13:49 +0000
commit944d2e5487aa78966bdbc06372b2f05b9f1b8b2f (patch)
tree0f838817db3734cfb846b9e36a8f1ae89a7574dc /statusbar.h
parentb6408d1673e5f26f0428164ddcb869522149a12b (diff)
Squelch some qualifier (const vs. non-const) warnings.
svn path=/trunk/; revision=21938
Diffstat (limited to 'statusbar.h')
-rw-r--r--statusbar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/statusbar.h b/statusbar.h
index 728de7aee0..303ddf372c 100644
--- a/statusbar.h
+++ b/statusbar.h
@@ -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.