~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/my_bitmap.h

  • Committer: Brian Aker
  • Date: 2008-07-05 19:24:24 UTC
  • mfrom: (53.2.8 codestyle)
  • Revision ID: brian@tangent.org-20080705192424-3uslywtteymm7xqy
First pass of removing BIT_TYPE

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
                                     const MY_BITMAP *map2);
51
51
extern my_bool bitmap_test_and_set(MY_BITMAP *map, uint bitmap_bit);
52
52
extern my_bool bitmap_test_and_clear(MY_BITMAP *map, uint bitmap_bit);
 
53
extern my_bool bitmap_fast_test_and_clear(MY_BITMAP *map, uint bitmap_bit);
53
54
extern my_bool bitmap_fast_test_and_set(MY_BITMAP *map, uint bitmap_bit);
54
55
extern uint bitmap_set_next(MY_BITMAP *map);
55
56
extern uint bitmap_get_first(const MY_BITMAP *map);