diff options
Diffstat (limited to 'rbutil/rbutilqt/mspack/lzss.h')
-rw-r--r-- | rbutil/rbutilqt/mspack/lzss.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/rbutil/rbutilqt/mspack/lzss.h b/rbutil/rbutilqt/mspack/lzss.h index 55e761b5bf..aa946e52ae 100644 --- a/rbutil/rbutilqt/mspack/lzss.h +++ b/rbutil/rbutilqt/mspack/lzss.h | |||
@@ -54,10 +54,10 @@ extern "C" { | |||
54 | * @return an error code, or MSPACK_ERR_OK if successful | 54 | * @return an error code, or MSPACK_ERR_OK if successful |
55 | */ | 55 | */ |
56 | extern int lzss_decompress(struct mspack_system *system, | 56 | extern int lzss_decompress(struct mspack_system *system, |
57 | struct mspack_file *input, | 57 | struct mspack_file *input, |
58 | struct mspack_file *output, | 58 | struct mspack_file *output, |
59 | int input_buffer_size, | 59 | int input_buffer_size, |
60 | int mode); | 60 | int mode); |
61 | 61 | ||
62 | #ifdef __cplusplus | 62 | #ifdef __cplusplus |
63 | } | 63 | } |