X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=isl_scan.h;h=d186df4e53fb9f87510793db86821b9621a09a07;hb=63fb8a7f484648c3caa25351c8c94ac2395ec563;hp=00971125d191d822dd60da6d169cf043d57bf887;hpb=309036cf4fb6d77a3287a8de8a9098c0a1211778;p=platform%2Fupstream%2Fisl.git diff --git a/isl_scan.h b/isl_scan.h index 0097112..d186df4 100644 --- a/isl_scan.h +++ b/isl_scan.h @@ -1,7 +1,7 @@ /* * Copyright 2008-2009 Katholieke Universiteit Leuven * - * Use of this software is governed by the GNU LGPLv2.1 license + * Use of this software is governed by the MIT license * * Written by Sven Verdoolaege, K.U.Leuven, Departement * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium @@ -10,8 +10,8 @@ #ifndef ISL_SCAN_H #define ISL_SCAN_H -#include "isl_set.h" -#include "isl_vec.h" +#include +#include struct isl_scan_callback { int (*add)(struct isl_scan_callback *cb, __isl_take isl_vec *sample); @@ -19,5 +19,6 @@ struct isl_scan_callback { int isl_basic_set_scan(struct isl_basic_set *bset, struct isl_scan_callback *callback); +int isl_set_scan(__isl_take isl_set *set, struct isl_scan_callback *callback); #endif