X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=commands.c;h=b6493568b171b37b32865ecfcdb8de0ad5ddc86a;hb=5a4df9d0e93209aeade80f632158036799f3e9bc;hp=b521342f7ae9489a7e7317f6e73772af0958289e;hpb=0dbe922d4298aed78dcba64b7c770f315a64505e;p=apps%2Fmadmutt.git diff --git a/commands.c b/commands.c index b521342..b649356 100644 --- a/commands.c +++ b/commands.c @@ -8,24 +8,9 @@ * 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 -#include -#include -#include - #include #include @@ -240,7 +225,7 @@ void ci_bounce_message (HEADER * h, int *redraw) char prompt[SHORT_STRING]; char buf[HUGE_STRING] = { 0 }; address_t *adr = NULL; - const char *err = NULL; + char *err = NULL; int rc; if (h)