X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop.h;h=f1a570ab722382324d0b77b720a329256d3c5578;hp=fe49b4b33e630278261e106d3f1cfc5abaa29124;hb=ac813896ca32d850febc2d95065ac4fa040f11f9;hpb=9218fd9d7e2a7976b34683c60cb94f7fda42141a diff --git a/pop/pop.h b/pop/pop.h index fe49b4b..f1a570a 100644 --- a/pop/pop.h +++ b/pop/pop.h @@ -10,9 +10,10 @@ #ifndef _POP_H #define _POP_H 1 +#include + #include "mx.h" -#include "mutt_socket.h" -#include "mutt_curses.h" +#include #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;