move pop into lib-mx.
[apps/madmutt.git] / lib-mx / pop.h
diff --git a/lib-mx/pop.h b/lib-mx/pop.h
new file mode 100644 (file)
index 0000000..22806cb
--- /dev/null
@@ -0,0 +1,21 @@
+/*
+ * Copyright notice from original mutt:
+ * Copyright (C) 2000-2003 Vsevolod Volkov <vvv@mutt.org.ua>
+ *
+ * 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 _POP_H
+#define _POP_H 1
+
+#include <lib-ui/lib-ui.h>
+#include <lib-mx/mx.h>
+
+extern mx_t const pop_mx;
+
+int pop_fetch_message(MESSAGE *, CONTEXT *, int);
+void pop_fetch_mail(void);
+
+#endif