added automake.mk files in src/language
[pspp] / src / chart.h
index 6915358d8a60e225823e036066bcb2ab1b31a9b6..c0ab0a2063106397e8c13205cb378521c0595f6a 100644 (file)
@@ -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. */
 
 
 #ifndef CHART_H
@@ -44,6 +44,7 @@ struct chart {
   void *lp;
 #endif
   char *filename;
+  FILE *file;
 
   /* The geometry of the chart 
      See diagram at the foot of this file.