more constness.
[apps/madmutt.git] / xterm.h
1 /*
2  * This file is part of mutt-ng, see http://www.muttng.org/.
3  * It's licensed under the GNU General Public License,
4  * please see the file GPL in the top level source directory.
5  */
6 #ifndef MUTT_XTERM_H
7 #define MUTT_XTERM_H
8
9 /* sets the current xterm's title */
10 void mutt_xterm_set_title(const char *title);
11
12 /* sets the current xterm's icon */
13 void mutt_xterm_set_icon(const char *name);
14
15 #endif /* !MUTT_XTERM_H */