Make the destination for charts configurable in the HTML driver.
[pspp-builds.git] / src / output / htmlP.h
index da292ab08af7a4dc21d394483eb0abb81c4036f7..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;