move pop into lib-mx.
[apps/madmutt.git] / pop.h
diff --git a/pop.h b/pop.h
deleted file mode 100644 (file)
index 22806cb..0000000
--- a/pop.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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