Patch #5244.
[pspp-builds.git] / src / output / htmlP.h
index 1a29caeb8cf1da7d904c24a7b3409974a439957d..f1bf3d34bff4443bfaaf88c693160d2ca59b0bed 100644 (file)
 struct html_driver_ext
   {
     char *file_name;
+    char *chart_file_name;
     FILE *file;
+
+    size_t chart_cnt;
   };
 
 extern struct outp_class html_class;
 
 struct outp_driver;
 void html_put_cell_contents (struct outp_driver *this,
-                             unsigned int opts, struct fixed_string *text);
+                             unsigned int opts, struct substring text);
 
 #endif /* !htmlP_h */