aboutsummaryrefslogtreecommitdiff
path: root/block/dmg.h
diff options
context:
space:
mode:
Diffstat (limited to 'block/dmg.h')
-rw-r--r--block/dmg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/block/dmg.h b/block/dmg.h
index 2ecf239ba5..f28929998f 100644
--- a/block/dmg.h
+++ b/block/dmg.h
@@ -55,4 +55,7 @@ typedef struct BDRVDMGState {
extern int (*dmg_uncompress_bz2)(char *next_in, unsigned int avail_in,
char *next_out, unsigned int avail_out);
+extern int (*dmg_uncompress_lzfse)(char *next_in, unsigned int avail_in,
+ char *next_out, unsigned int avail_out);
+
#endif