summaryrefslogtreecommitdiff
path: root/lib/util/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/bitmap.h')
-rw-r--r--lib/util/bitmap.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/util/bitmap.h b/lib/util/bitmap.h
index cf7aa1b0bd..6d75929fb5 100644
--- a/lib/util/bitmap.h
+++ b/lib/util/bitmap.h
@@ -19,10 +19,7 @@
/* The following definitions come from lib/bitmap.c */
-struct bitmap {
- uint32_t *b;
- unsigned int n;
-};
+struct bitmap;
struct bitmap *bitmap_talloc(TALLOC_CTX *mem_ctx, int n);
int bitmap_copy(struct bitmap * const dst, const struct bitmap * const src);