X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop.h;h=f1a570ab722382324d0b77b720a329256d3c5578;hp=495849b534d2a8eadbf83d0e9b6ff13d70cb9188;hb=ac813896ca32d850febc2d95065ac4fa040f11f9;hpb=08fa240d29322ece4c7bceebfae6c6d3fb856f0e diff --git a/pop/pop.h b/pop/pop.h index 495849b..f1a570a 100644 --- a/pop/pop.h +++ b/pop/pop.h @@ -13,7 +13,7 @@ #include #include "mx.h" -#include +#include #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;