Merge branch 'jk/pack-bitmap'
[gitweb.git] / ewah / ewok.h
index 4b95847680fed3d534309b100fe00e3cdca5cb21..13c6e20412591ed3bc56b38b17419a540264f6c5 100644 (file)
@@ -100,8 +100,7 @@ int ewah_serialize(struct ewah_bitmap *self, int fd);
 int ewah_serialize_native(struct ewah_bitmap *self, int fd);
 
 int ewah_deserialize(struct ewah_bitmap *self, int fd);
-int ewah_read_mmap(struct ewah_bitmap *self, void *map, size_t len);
-int ewah_read_mmap_native(struct ewah_bitmap *self, void *map, size_t len);
+int ewah_read_mmap(struct ewah_bitmap *self, const void *map, size_t len);
 
 uint32_t ewah_checksum(struct ewah_bitmap *self);