pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/chart.h


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/chart.h
Date: Thu, 13 Jan 2005 23:05:49 -0500

Index: pspp/src/chart.h
diff -u pspp/src/chart.h:1.7 pspp/src/chart.h:1.8
--- pspp/src/chart.h:1.7        Fri Jan  7 00:17:20 2005
+++ pspp/src/chart.h    Fri Jan 14 04:05:47 2005
@@ -40,7 +40,10 @@
 #ifndef NO_CHARTS
   plPlotter *lp ;
   plPlotterParams *pl_params;
+#else
+  void *lp;
 #endif
+  char *filename;
 
   /* The geometry of the chart 
      See diagram at the foot of this file.
@@ -77,10 +80,8 @@
 };
 
 
-int  chart_initialise(struct chart *ch);
-
-void chart_finalise(struct chart *ch);
-
+struct chart * chart_create(void);
+void chart_submit(struct chart *ch);
 
 double chart_rounded_tick(double tick);
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]