X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop%2Fpop_lib.c;h=a96a01c6bb123928abe37cbfdb2b735626916d74;hb=ac1ea3143e61def7fc9000bee6d0d59d56c5b997;hp=e780215ca3f5ec046c76a9713ce3778de4852b11;hpb=230399f9632c37b66c1c117a17e8327eae6b3235;p=apps%2Fmadmutt.git diff --git a/pop/pop_lib.c b/pop/pop_lib.c index e780215..a96a01c 100644 --- a/pop/pop_lib.c +++ b/pop/pop_lib.c @@ -7,14 +7,6 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include - #include #include "mutt.h" @@ -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;