X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop.h;h=3d3f4b58cf0dab517082dc7674c99c8535e66783;hp=edde8b793d6afaa4082d203e0a8ee397e2b3ade2;hb=d8aeb41018aaf2f85fbd937278ffdd94164e236e;hpb=dbb9a1e16d03a2d4664d6dc6a30c721b889d4982 diff --git a/pop/pop.h b/pop/pop.h index edde8b7..3d3f4b5 100644 --- a/pop/pop.h +++ b/pop/pop.h @@ -11,9 +11,9 @@ #define _POP_H 1 #include +#include #include "mx.h" -#include "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;