X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2Fpage-setup-item.h;h=f311ad2d5af94c9a43ab095b83da06785b921dee;hb=def6f19d1b58929ed31ae6a7a90f89054ab3ace7;hp=564299ea8d9f3b32502e520a5f69fbaf7a07263c;hpb=f919c4f6194066290f88e4852016428832d01aa1;p=pspp diff --git a/src/output/page-setup-item.h b/src/output/page-setup-item.h index 564299ea8d..f311ad2d5a 100644 --- a/src/output/page-setup-item.h +++ b/src/output/page-setup-item.h @@ -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 {