X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop%2Fpop_lib.c;h=a96a01c6bb123928abe37cbfdb2b735626916d74;hb=ac1ea3143e61def7fc9000bee6d0d59d56c5b997;hp=b5aa6058d518f1ad78867c847776787e73b3b6d4;hpb=2c56b665394c80195b976537e608b690947fcb14;p=apps%2Fmadmutt.git diff --git a/pop/pop_lib.c b/pop/pop_lib.c index b5aa605..a96a01c 100644 --- a/pop/pop_lib.c +++ b/pop/pop_lib.c @@ -7,19 +7,7 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include - -#include -#include -#include -#include -#include +#include #include "mutt.h" #include "mx.h" @@ -380,7 +368,7 @@ void pop_logout (CONTEXT * ctx) * -1 - conection lost, * -2 - invalid command or execution error. */ -pop_query_status pop_query_d (POP_DATA * pop_data, char *buf, size_t buflen, const char *msg) +pop_query_status pop_query (POP_DATA * pop_data, char *buf, size_t buflen) { char *c;