Changeset 988 for vendor/current/lib/util/bitmap.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/util/bitmap.h
r919 r988 20 20 /* The following definitions come from lib/bitmap.c */ 21 21 22 struct bitmap { 23 uint32_t *b; 24 unsigned int n; 25 }; 22 struct bitmap; 26 23 27 24 struct bitmap *bitmap_talloc(TALLOC_CTX *mem_ctx, int n);
Note:
See TracChangeset
for help on using the changeset viewer.