output-item: Make command name part of every output_item.
[pspp] / src / output / page-setup-item.h
index 564299ea8d9f3b32502e520a5f69fbaf7a07263c..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
@@ -46,6 +46,9 @@ struct page_paragraph
     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
   {