]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ewah/ewok.h
Merge branch 'ah/force-pull-rebase-configuration'
[thirdparty/git.git] / ewah / ewok.h
index 1b98b57c8b7b623f4e76024b488081d09bf9bad6..011852bef179191b867b96e9d0fb57b099bc60b3 100644 (file)
@@ -174,6 +174,7 @@ struct bitmap {
 struct bitmap *bitmap_new(void);
 struct bitmap *bitmap_word_alloc(size_t word_alloc);
 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);
 void bitmap_reset(struct bitmap *self);
 void bitmap_free(struct bitmap *self);