X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2FhtmlP.h;h=05340f4e145d078b8fad8b4c75bb4e0be5274c44;hb=edf539fc797fedcdf7a71894f707d3c9728335d6;hp=da292ab08af7a4dc21d394483eb0abb81c4036f7;hpb=b74d09af5e07f954c18e7cdb8aca3af47fa10208;p=pspp-builds.git diff --git a/src/output/htmlP.h b/src/output/htmlP.h index da292ab0..05340f4e 100644 --- a/src/output/htmlP.h +++ b/src/output/htmlP.h @@ -1,21 +1,18 @@ -/* PSPP - computes sample statistics. +/* PSPP - a program for statistical analysis. Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . - 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 the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. 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., 51 Franklin Street, Fifth Floor, Boston, MA - 02110-1301, USA. */ + along with this program. If not, see . */ #if !htmlP_h #define htmlP_h 1 @@ -26,10 +23,13 @@ struct html_driver_ext { char *file_name; + char *chart_file_name; FILE *file; + + size_t chart_cnt; }; -extern struct outp_class html_class; +extern const struct outp_class html_class; struct outp_driver; void html_put_cell_contents (struct outp_driver *this,