labeling, with clabels and slabels, all seems to work right
[pspp] / src / data / csv-file-writer.h
index 65723bc2881da41553a80e257be8cdaf3988c001..cf9fee835a30c1306f85bb576dd451a6bd17e217 100644 (file)
@@ -33,8 +33,6 @@ struct csv_writer_options
     char qualifier;             /* Quote character. */
   };
 
-void csv_writer_options_init (struct csv_writer_options *);
-
 struct file_handle;
 struct dictionary;
 struct casewriter *csv_writer_open (struct file_handle *,