Nico Golde:
[apps/madmutt.git] / compress.h
1 /*
2  * Copyright notice from original mutt:
3  * Copyright (C) 1997 Alain Penders <Alain@Finale-Dev.com>
4  *
5  * This file is part of mutt-ng, see http://www.muttng.org/.
6  * It's licensed under the GNU General Public License,
7  * please see the file GPL in the top level source directory.
8  */
9
10 int mutt_can_read_compressed (const char *);
11 int mutt_can_append_compressed (const char *);
12 int mutt_open_read_compressed (CONTEXT *);
13 int mutt_open_append_compressed (CONTEXT *);
14 int mutt_slow_close_compressed (CONTEXT *);
15 int mutt_sync_compressed (CONTEXT *);
16 int mutt_test_compress_command (const char *);
17 int mutt_check_mailbox_compressed (CONTEXT *);
18 void mutt_fast_close_compressed (CONTEXT *);