X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lab-bitmaps.h;h=c4b1676addf150d9a02ea2f0531d79ad023ac63a;hb=refs%2Fheads%2Flabelling;hp=b1782727dad9ef50a0bb1b834c4d77bb404225f1;hpb=f6bd1d0d00551ffb56e49dfce583a74009887463;p=leo.git diff --git a/lab-bitmaps.h b/lab-bitmaps.h index b178272..c4b1676 100644 --- a/lab-bitmaps.h +++ b/lab-bitmaps.h @@ -8,7 +8,7 @@ int get_overlap(struct placement *p, int **planed_ptr, int iteration); void update_map_parts(struct placement *p); void update_map_parts_delete(struct placement *p); void update_map_parts_create(struct placement *p); -struct placement **get_closure(struct placement *placement); +struct placement **get_closure(struct placement *placement, struct individual *other); void dump_bitmaps(struct individual *individual); void dump_label(struct symbol *sym);