pspp-cvs
[Top][All Lists]
Advanced

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

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


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

Index: pspp/src/html.c
diff -u pspp/src/html.c:1.12 pspp/src/html.c:1.13
--- pspp/src/html.c:1.12        Fri Apr 29 01:02:15 2005
+++ pspp/src/html.c     Mon Jun 13 06:51:13 2005
@@ -582,13 +582,8 @@
   fputs ("</TABLE>\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 @@
 
 }
 
-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);
 }




reply via email to

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