X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Frender.h;h=af779843b9209195cc5cab8c77acff87a5bf9224;hb=6071f2f1e380283d430a712c259ecd403f0ed410;hp=cfba52e967b08616fbb22a39589d13911c9126c9;hpb=7f066e72c6554a8e60980548474fd39fdd5c809a;p=pspp-builds.git diff --git a/src/output/render.h b/src/output/render.h index cfba52e9..af779843 100644 --- a/src/output/render.h +++ b/src/output/render.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009 Free Software Foundation, Inc. + Copyright (C) 2009, 2010 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 @@ -106,6 +106,7 @@ struct render_break void render_break_init (struct render_break *, struct render_page *, enum table_axis); +void render_break_init_empty (struct render_break *); void render_break_destroy (struct render_break *); bool render_break_has_next (const struct render_break *);