more prototype changes to const char *
[barvinok.git] / param_util.h
blobadc8a5f7d6afa8957efe0fec416bca7d944847f5
1 #include <barvinok/polylib.h>
3 #if defined(__cplusplus)
4 extern "C" {
5 #endif
7 struct barvinok_options;
9 Param_Polyhedron *Polyhedron2Param_Polyhedron(Polyhedron *Din, Polyhedron *Cin,
10 struct barvinok_options *options);
11 void Param_Vertex_Common_Denominator(Param_Vertices *V);
13 #if defined(__cplusplus)
15 #endif