]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ewah/ewok.h
bitmap: add bitmap_unset() function
[thirdparty/git.git] / ewah / ewok.h
index 84b2a29faa0c57410168ad5afb2dbaa7a49ddd60..59f4ef7c4fa4ef44cc898b21b990260d6b4fd9fe 100644 (file)
@@ -173,6 +173,7 @@ struct bitmap {
 
 struct bitmap *bitmap_new(void);
 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);