spv-legacy-decoder: Set data_index and presentation_index in leaves.
[pspp] / src / output / page-setup-item.h
index a01b7763e261f2f8d57b9cb1585ca44a7c156dd8..f311ad2d5af94c9a43ab095b83da06785b921dee 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2009, 2010, 2011, 2018 Free Sonftware Foundation, Inc.
+   Copyright (C) 2009, 2010, 2011, 2018 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -43,9 +43,12 @@ enum page_chart_size
 struct page_paragraph
   {
     char *markup;
-    int halign;                 /* TAB_LEFT, TAB_CENTER, TAB_RIGHT. */
+    enum table_halign halign;
   };
 
+bool page_paragraph_equals (const struct page_paragraph *,
+                            const struct page_paragraph *);
+
 struct page_heading
   {
     struct page_paragraph *paragraphs;
@@ -54,6 +57,8 @@ struct page_heading
 
 void page_heading_copy (struct page_heading *, const struct page_heading *);
 void page_heading_uninit (struct page_heading *);
+bool page_heading_equals (const struct page_heading *,
+                          const struct page_heading *);
 
 struct page_setup
   {