export isl_basic_set_lift
authorSven Verdoolaege <skimo@kotnet.org>
Fri, 1 Oct 2010 15:05:16 +0000 (17:05 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 10 Oct 2010 19:29:02 +0000 (21:29 +0200)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl_set.h

index 3842d07..4e8f725 100644 (file)
@@ -355,6 +355,7 @@ __isl_give isl_set *isl_set_from_point(__isl_take isl_point *pnt);
 __isl_give isl_set *isl_set_box_from_points(__isl_take isl_point *pnt1,
        __isl_take isl_point *pnt2);
 
+__isl_give isl_basic_set *isl_basic_set_lift(__isl_take isl_basic_set *bset);
 __isl_give isl_set *isl_set_lift(__isl_take isl_set *set);
 
 __isl_give isl_map *isl_set_lex_le_set(__isl_take isl_set *set1,