aboutsummaryrefslogtreecommitdiff
path: root/compr_rtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'compr_rtime.c')
-rw-r--r--compr_rtime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compr_rtime.c b/compr_rtime.c
index 5613963..7818e1b 100644
--- a/compr_rtime.c
+++ b/compr_rtime.c
@@ -24,7 +24,7 @@
/* _compress returns the compressed size, -1 if bigger */
static int jffs2_rtime_compress(unsigned char *data_in, unsigned char *cpage_out,
- uint32_t *sourcelen, uint32_t *dstlen, void *model)
+ uint32_t *sourcelen, uint32_t *dstlen)
{
short positions[256];
int outpos = 0;
@@ -64,7 +64,7 @@ static int jffs2_rtime_compress(unsigned char *data_in, unsigned char *cpage_out
static int jffs2_rtime_decompress(unsigned char *data_in, unsigned char *cpage_out,
- uint32_t srclen, uint32_t destlen, void *model)
+ uint32_t srclen, uint32_t destlen)
{
short positions[256];
int outpos = 0;