X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=compress.h;h=708e3ee89fa50130cf91aa5cd2f2ddc2c2397e8c;hp=50ac597daaa7b6ea18db40ed561594f685662aea;hb=37bbc8dcb3e9c795bd04ccfc5ac59f9810908c3c;hpb=25bf57d598476b329536fa3f748cc0c529fef6bd 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 */