X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fbitmap.h;h=6609678f7a3d6575c0364c2b9af70f9283de1b4d;hb=d7f392b2f466c04078ccda3c9871b18edc0cdd86;hp=1e895904641aea590b8195e08f4cb9517f88b02d;hpb=e679b515eddb3dd340fb25620de0160211f40fdc;p=platform%2Fupstream%2Flibsolv.git diff --git a/src/bitmap.h b/src/bitmap.h index 1e89590..6609678 100644 --- a/src/bitmap.h +++ b/src/bitmap.h @@ -19,7 +19,7 @@ extern "C" { #endif -typedef struct _Map { +typedef struct s_Map { unsigned char *map; int size; } Map;