a whole lot of size_t -> ssize_t.
[apps/madmutt.git] / pop / pop.h
index 5fa6271..f1a570a 100644 (file)
--- a/pop/pop.h
+++ b/pop/pop.h
@@ -40,7 +40,7 @@ typedef enum {
 } pop_auth_res_t;
 
 typedef struct {
-  unsigned int index;
+  int index;
   char *path;
 } POP_CACHE;