/*
 * This file is part of mutt-ng, see http://www.muttng.org/.
 * It's licensed under the GNU General Public License,
 * please see the file GPL in the top level source directory.
 */
#ifndef MUTT_XTERM_H
#define MUTT_XTERM_H

/* sets the current xterm's title */
void mutt_xterm_set_title (char *title);

/* sets the current xterm's icon */
void mutt_xterm_set_icon (char *name);

#endif /* !MUTT_XTERM_H */


syntax highlighted by Code2HTML, v. 0.9.1