X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compress.c;h=bd78ff737be56f5f1fc8b6cf41c650bde2208e92;hp=01be9d3d6e5b2c43dec930182537bbdccde9122a;hb=9eb3b25249e78d778b6d0583b06a7c5615709e63;hpb=ae0ce4dfcafa0c3820f107c5bfa8bd06e5272b57 diff --git a/compress.c b/compress.c index 01be9d3..bd78ff7 100644 --- a/compress.c +++ b/compress.c @@ -7,25 +7,26 @@ * please see the file GPL in the top level source directory. */ +#include +#include +#include +#include + #include #include #include #include +#include -#include "mutt.h" +#include +#include -#ifdef USE_COMPRESSED +#include + +#include "mutt.h" #include "mx.h" #include "mbox.h" -#include "mutt_curses.h" - -#include "lib/debug.h" - -#include -#include -#include -#include typedef struct { const char *close; /* close-hook command */ @@ -151,7 +152,7 @@ static void store_size (CONTEXT * ctx) ci->size = get_size (ctx->realpath); } -static const char *compresshook_format_str (char *dest, size_t destlen, +static const char *compresshook_format_str (char *dest, ssize_t destlen, char op, const char *src, const char *fmt, const char *ifstring, @@ -487,5 +488,3 @@ mx_t* compress_reg_mx (void) { fmt->mx_open_mailbox = mutt_open_read_compressed; return (fmt); } - -#endif /* USE_COMPRESSED */