aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/simple/simple_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/liblzma/simple/simple_decoder.h')
-rw-r--r--src/liblzma/simple/simple_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liblzma/simple/simple_decoder.h b/src/liblzma/simple/simple_decoder.h
index b8bf590f..bed8d37a 100644
--- a/src/liblzma/simple/simple_decoder.h
+++ b/src/liblzma/simple/simple_decoder.h
@@ -16,7 +16,7 @@
#include "simple_coder.h"
extern lzma_ret lzma_simple_props_decode(
- void **options, lzma_allocator *allocator,
+ void **options, const lzma_allocator *allocator,
const uint8_t *props, size_t props_size);
#endif