pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/ascii.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/ascii.c
Date: Mon, 13 Jun 2005 02:51:15 -0400

Index: pspp/src/ascii.c
diff -u pspp/src/ascii.c:1.15 pspp/src/ascii.c:1.16
--- pspp/src/ascii.c:1.15       Fri Apr 29 01:02:13 2005
+++ pspp/src/ascii.c    Mon Jun 13 06:51:13 2005
@@ -1633,22 +1633,15 @@
 
 
 
-void ascii_chart_initialise(struct outp_class *c UNUSED, 
-                           struct chart *ch UNUSED);
-
-void ascii_chart_finalise(struct outp_class *c UNUSED, 
-                         struct chart *ch UNUSED);
-
-
-void
-ascii_chart_initialise(struct outp_class *c UNUSED, struct chart *ch )
+static void
+ascii_chart_initialise(struct outp_driver *d UNUSED, struct chart *ch )
 {
   msg(MW, _("Charts are unsupported with ascii drivers."));
   ch->lp = 0;
 }
 
-void 
-ascii_chart_finalise(struct outp_class *c UNUSED, struct chart *ch UNUSED)
+static void 
+ascii_chart_finalise(struct outp_driver *d UNUSED, struct chart *ch UNUSED)
 {
   
 }




reply via email to

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