more constness.
[apps/madmutt.git] / xterm.h
diff --git a/xterm.h b/xterm.h
index 62a8d7f..0e8f970 100644 (file)
--- a/xterm.h
+++ b/xterm.h
@@ -7,9 +7,9 @@
 #define MUTT_XTERM_H
 
 /* sets the current xterm's title */
-void mutt_xterm_set_title (char *title);
+void mutt_xterm_set_title(const char *title);
 
 /* sets the current xterm's icon */
-void mutt_xterm_set_icon (char *name);
+void mutt_xterm_set_icon(const char *name);
 
 #endif /* !MUTT_XTERM_H */