X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fhtml.c;h=fbb6b968d37074256606c23a1077b4fcfa10cb3b;hb=c434e369b6695f8135a2914e9a425edcdd09ef35;hp=608de8a2d9c2f2ebc487a0cb4b39394d18f2792e;hpb=d807ad29cc0d3caa4f0e04ee4b75c70a225cfeaf;p=pspp diff --git a/src/html.c b/src/html.c index 608de8a2d9..fbb6b968d3 100644 --- a/src/html.c +++ b/src/html.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ /* This #if encloses the rest of the file. */ #if !NO_HTML @@ -582,13 +582,8 @@ output_tab_table (struct outp_driver *this, struct tab_table *t) fputs ("\n\n", x->file.file); } - -void html_initialise_chart(struct outp_class *c, struct chart *ch); -void html_finalise_chart(struct outp_class *c, struct chart *ch); - - -void -html_initialise_chart(struct outp_class *c UNUSED, struct chart *ch) +static void +html_initialise_chart(struct outp_driver *d UNUSED, struct chart *ch) { FILE *fp; @@ -604,8 +599,8 @@ html_initialise_chart(struct outp_class *c UNUSED, struct chart *ch) } -void -html_finalise_chart(struct outp_class *c UNUSED, struct chart *ch) +static void +html_finalise_chart(struct outp_driver *d UNUSED, struct chart *ch) { free(ch->filename); }