X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=xterm.h;h=0e8f970ad3e40f5396cd981b625fea5c41c0bbde;hp=62a8d7fb5abae2c39e679392efe7b108b7a2bcd2;hb=9218fd9d7e2a7976b34683c60cb94f7fda42141a;hpb=dc2c2ef1ba4d0a0f3c2552459b9f962594a3536b diff --git a/xterm.h b/xterm.h index 62a8d7f..0e8f970 100644 --- 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 */