X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compress.h;h=708e3ee89fa50130cf91aa5cd2f2ddc2c2397e8c;hp=50ac597daaa7b6ea18db40ed561594f685662aea;hb=2ce8de509852f47a90f834b3e8d047e054810309;hpb=676b896e26b7aeef16d95aba7a5ea9322d2dc6e1 diff --git a/compress.h b/compress.h index 50ac597..708e3ee 100644 --- a/compress.h +++ b/compress.h @@ -21,6 +21,6 @@ int mutt_test_compress_command (const char *); int mutt_check_mailbox_compressed (CONTEXT *); void mutt_fast_close_compressed (CONTEXT *); -mx_t* compress_reg_mx (void); +extern mx_t const compress_mx; #endif /* _COMPRESS_H */