export isl_union_set_dump
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 30 Dec 2010 15:19:18 +0000 (16:19 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 7 Jan 2011 14:58:21 +0000 (15:58 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
include/isl/union_set.h

index ecfc678..a30064e 100644 (file)
@@ -75,6 +75,7 @@ __isl_give isl_union_set *isl_union_set_read_from_str(struct isl_ctx *ctx,
        const char *str);
 __isl_give isl_printer *isl_printer_print_union_set(__isl_take isl_printer *p,
        __isl_keep isl_union_set *uset);
+void isl_union_set_dump(__isl_keep isl_union_set *uset);
 
 #if defined(__cplusplus)
 }