output: Rename page-eject-item to page-break-item.
[pspp] / src / output / driver-provider.h
index 31503f2175a1ee57c481c8cd3293d02f6bd9fda4..c44a2e303bed8238a9fa89b1ff856503fd57b396 100644 (file)
@@ -43,6 +43,8 @@ void output_driver_destroy (struct output_driver *);
 
 const char *output_driver_get_name (const struct output_driver *);
 
+char *output_driver_substitute_heading_vars (const char *, int page_number);
+
 /* One kind of output driver.
 
    Output driver implementations must not call msg() to report errors.  This
@@ -103,5 +105,6 @@ struct output_driver_factory
                                      struct string_map *options);
   };
 
+char *output_get_text_from_markup (const char *markup);
 
 #endif /* output/driver-provider.h */