output: Use page_setup for parsing cairo page setup.
[pspp] / src / output / measure.h
index 4b6fab3805432539b0bc6b1a77d1b220e16db367..047f78c50dfd5d4a289411f897f902daa93a2186 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <stdbool.h>
 
-int measure_dimension (const char *dimen);
-bool measure_paper (const char *size, int *h, int *v);
+double measure_dimension (const char *dimen);
+bool measure_paper (const char *size, double *h, double *v);
 
 #endif /* output/measure.h */