]> git.zerfleddert.de Git - rsbs2/blobdiff - src/rsb-lz.h
firmware: update for 64bit platforms
[rsbs2] / src / rsb-lz.h
index 4cf2c821afadc0bcd122c03f3bf37846c3a37924..382b312c6c179aa76683709e6b415bd20be9c0cb 100644 (file)
@@ -1,4 +1,4 @@
 #define LZ_MAGIC 0x6110beef
 
-unsigned char *extract_lz_file(unsigned char *inbuf, unsigned int *outlen , unsigned char check_crc);
-unsigned char *compress_lz(unsigned char *inbuf, int inlen, int *outlen);
+uint8_t *extract_lz_file(uint8_t *inbuf, uint32_t *outlen , uint8_t check_crc);
+uint8_t *compress_lz(uint8_t *inbuf, int32_t inlen, int32_t *outlen);
Impressum, Datenschutz