dropped use of casefiles
[pspp-builds.git] / src / output / htmlP.h
index fe63843d90e8278e8b6c087abe6e26ddb8bf5df5..da292ab08af7a4dc21d394483eb0abb81c4036f7 100644 (file)
@@ -20,7 +20,7 @@
 #if !htmlP_h
 #define htmlP_h 1
 
-#include <data/filename.h>
+#include <data/file-name.h>
 
 /* HTML output driver extension record. */
 struct html_driver_ext
@@ -33,6 +33,6 @@ 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 */