]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ewah/ewok.h
ewah: add bitmap_dup() function
[thirdparty/git.git] / ewah / ewok.h
index 011852bef179191b867b96e9d0fb57b099bc60b3..1fc555e6728603136f3098fd8aa5f51338313dea 100644 (file)
@@ -173,6 +173,7 @@ struct bitmap {
 
 struct bitmap *bitmap_new(void);
 struct bitmap *bitmap_word_alloc(size_t word_alloc);
+struct bitmap *bitmap_dup(const struct bitmap *src);
 void bitmap_set(struct bitmap *self, size_t pos);
 void bitmap_unset(struct bitmap *self, size_t pos);
 int bitmap_get(struct bitmap *self, size_t pos);