Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/util/bitmap.h

    r919 r988  
    2020/* The following definitions come from lib/bitmap.c  */
    2121
    22 struct bitmap {
    23         uint32_t *b;
    24         unsigned int n;
    25 };
     22struct bitmap;
    2623
    2724struct bitmap *bitmap_talloc(TALLOC_CTX *mem_ctx, int n);
Note: See TracChangeset for help on using the changeset viewer.