diff options
Diffstat (limited to 'libdocument/ev-file-helpers.h')
-rw-r--r-- | libdocument/ev-file-helpers.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdocument/ev-file-helpers.h b/libdocument/ev-file-helpers.h index 9e3b0efe..0a6ff7e0 100644 --- a/libdocument/ev-file-helpers.h +++ b/libdocument/ev-file-helpers.h @@ -32,7 +32,8 @@ G_BEGIN_DECLS typedef enum { EV_COMPRESSION_NONE, EV_COMPRESSION_BZIP2, - EV_COMPRESSION_GZIP + EV_COMPRESSION_GZIP, + EV_COMPRESSION_LZMA } EvCompressionType; void _ev_file_helpers_init (void); |