Spreadsheet readers: Seperate the mandatory from the optional arguments.
[pspp] / src / ui / gui / text-data-import-dialog.h
index b23130d7f425174be4185108b5d6322ce520f9fb..9f5590303b2cbce51995335876de13680551d14c 100644 (file)
@@ -25,7 +25,8 @@
 enum file_type
   {
     FTYPE_TEXT,
-    FTYPE_SPREADSHEET
+    FTYPE_GNUMERIC,
+    FTYPE_ODS
   };
 
 /* The file to be imported. */
@@ -202,6 +203,9 @@ void destroy_file (struct import_assistant *ia);
 void init_intro_page (struct import_assistant *);
 void reset_intro_page (struct import_assistant *);
 
+void init_sheet_spec_page (struct import_assistant *);
+void reset_sheet_spec_page (struct import_assistant *);
+
 void init_first_line_page (struct import_assistant *ia);
 void prepare_first_line_page (struct import_assistant *ia);
 void reset_first_line_page (struct import_assistant *);