X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop_lib.c;h=b3bac5a5c93c7ca6fd0f23891ecb6fb29f150cff;hp=e780215ca3f5ec046c76a9713ce3778de4852b11;hb=8476307969a605bea67f6b702b0c1e7a52038bed;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/pop/pop_lib.c b/pop/pop_lib.c index e780215..b3bac5a 100644 --- a/pop/pop_lib.c +++ b/pop/pop_lib.c @@ -7,18 +7,10 @@ * 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 "mutt.h" -#include "mx.h" #include "pop.h" #if defined (USE_SSL) || defined (USE_GNUTLS) # include @@ -376,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;