Rocco Rutte:
[apps/madmutt.git] / xterm.h
diff --git a/xterm.h b/xterm.h
new file mode 100644 (file)
index 0000000..62a8d7f
--- /dev/null
+++ b/xterm.h
@@ -0,0 +1,15 @@
+/*
+ * 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 */