X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compress.c;h=bd78ff737be56f5f1fc8b6cf41c650bde2208e92;hp=dcf614314bda56130574a9303922bcf504074846;hb=242242233895b0e113ad8d78d81bfe0170773296;hpb=dbb9a1e16d03a2d4664d6dc6a30c721b889d4982 diff --git a/compress.c b/compress.c index dcf6143..bd78ff7 100644 --- a/compress.c +++ b/compress.c @@ -7,10 +7,19 @@ * please see the file GPL in the top level source directory. */ +#include +#include +#include +#include + #include #include #include #include +#include + +#include +#include #include @@ -19,13 +28,6 @@ #include "mx.h" #include "mbox.h" -#include "lib/debug.h" - -#include -#include -#include -#include - typedef struct { const char *close; /* close-hook command */ const char *open; /* open-hook command */ @@ -150,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,