more include simplifications
[apps/madmutt.git] / pop / pop.h
index fe49b4b..3d3f4b5 100644 (file)
--- a/pop/pop.h
+++ b/pop/pop.h
 #ifndef _POP_H
 #define _POP_H 1
 
+#include <lib-ui/curses.h>
+#include <lib-sys/mutt_socket.h>
+
 #include "mx.h"
-#include "mutt_socket.h"
-#include "mutt_curses.h"
 
 #define POP_PORT 110
 #define POP_SSL_PORT 995
@@ -39,7 +40,7 @@ typedef enum {
 } pop_auth_res_t;
 
 typedef struct {
-  unsigned int index;
+  int index;
   char *path;
 } POP_CACHE;