a whole lot of size_t -> ssize_t.
[apps/madmutt.git] / pop / pop.h
index 495849b..f1a570a 100644 (file)
--- a/pop/pop.h
+++ b/pop/pop.h
@@ -13,7 +13,7 @@
 #include <lib-ui/curses.h>
 
 #include "mx.h"
-#include <lib-network/mutt_socket.h>
+#include <lib-sys/mutt_socket.h>
 
 #define POP_PORT 110
 #define POP_SSL_PORT 995
@@ -40,7 +40,7 @@ typedef enum {
 } pop_auth_res_t;
 
 typedef struct {
-  unsigned int index;
+  int index;
   char *path;
 } POP_CACHE;